mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-15 19:33:59 +03:00
7 lines
63 B
C
7 lines
63 B
C
|
|
||
|
int cmd_clear(char param[])
|
||
|
{
|
||
|
con_cls();
|
||
|
return TRUE;
|
||
|
}
|