toaruos/loader/syscall.c
2011-04-11 16:51:31 -05:00

6 lines
90 B
C

#include <syscall.h>
DEFN_SYSCALL1(exit, 0, int)
DEFN_SYSCALL1(print, 1, const char *)