forked from KolibriOS/kolibrios
8 lines
65 B
C
8 lines
65 B
C
|
|
void cmd_exit()
|
|
{
|
|
free(ALIASES);
|
|
_exit(1);
|
|
kol_exit();
|
|
}
|