#ifndef SYSCALL_H #define SYSCALL_H int write(int fd, void *buf, int size); int keyboard(void); #endif /* !SYSCALL_H */