#include #include int close(int fd) { return syscall(SYS_close, fd); }