forked from KolibriOS/kolibrios
7 lines
72 B
C
7 lines
72 B
C
|
|
int cmd_reboot(char param[])
|
|
{
|
|
kol_system_end(3);
|
|
return TRUE;
|
|
}
|