Files
my-os-project2/ulib/util/util.c

6 lines
76 B
C

#include <system/system.h>
void quit(void) {
proc_kill(proc_getpid());
}