add comment

trim trailing spaces
This commit is contained in:
quenousimporte 2025-03-29 12:31:42 +01:00
parent aae413fe1a
commit 246112d93c
1 changed files with 4 additions and 3 deletions

1
w/w.c
View File

@ -342,6 +342,7 @@ void clearscreen()
{
#ifdef _WIN32
system("cls");
// launch chcp 65001 before
#else
system("clear");
#endif