#include #include #include "../syscall/syscall.h" long write(int fd, void *buf, long n) { return linuxwrite(fd, buf, n); }