mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-20 05:42:34 +03:00
7 lines
73 B
C
7 lines
73 B
C
|
|
||
|
int cmd_turnoff(char param[])
|
||
|
{
|
||
|
kol_system_end(2);
|
||
|
return TRUE;
|
||
|
}
|