mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 20:32:35 +03:00
8 lines
65 B
C
8 lines
65 B
C
|
|
void cmd_exit()
|
|
{
|
|
free(ALIASES);
|
|
_exit(1);
|
|
kol_exit();
|
|
}
|