Files
rosetta/lib/libc/core/stdlib/exit.c
T

7 lines
69 B
C

#include <magenta/task.h>
void exit(int code)
{
task_exit(code);
}