5 lines
81 B
C
5 lines
81 B
C
#define SYS_fork 1
|
|
#define SYS_exit 2
|
|
#define SYS_wait 3
|
|
#define SYS_cons_putc 4
|