7 lines
63 B
C
Raw Normal View History

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