6 lines
81 B
C
6 lines
81 B
C
_Noreturn void __exit(int code)
|
|
{
|
|
/* TODO Exit syscall */
|
|
while (1) {}
|
|
}
|