kolibrios/programs/system/shell/cmd/cmd_clear.c

7 lines
63 B
C
Raw Normal View History

int cmd_clear(char param[])
{
con_cls();
return TRUE;
}