toaruos/userspace/extra/kdebug.c
2014-04-11 22:43:39 -07:00

7 lines
132 B
C

#include <syscall.h>
int main(int argc, char * argv[]) {
int pid = syscall_system_function(7, NULL);
return syscall_wait(pid);
}