8 lines
76 B
C
8 lines
76 B
C
|
|
int cmd_shutdown(char param[])
|
|
{
|
|
kol_system_end(2);
|
|
return TRUE;
|
|
}
|
|
|