#include #include ssize_t write(int fd, const void *buf, size_t count) { return syscall(write, fd, buf, count); }