#include #include #include _syscall0(int, restart_syscall) _syscall1(int, fork, int, one) _syscall2(int, read, int, one, int, two) _syscall3(int, write, int, one, int, two, int, three) _syscall4(int, open, int, one, int, two, int, three, int, four) _syscall5(int, close, int, one, int, two, int, three, int, four, int, five) _syscall6(int, waitpid, int, one, int, two, int, three, int, four, int, five, int, six) int main() { return(0); }