mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-19 05:12:45 +03:00
8 lines
65 B
C
8 lines
65 B
C
![]() |
|
||
|
void cmd_exit()
|
||
|
{
|
||
|
free(ALIASES);
|
||
|
_exit(1);
|
||
|
kol_exit();
|
||
|
}
|