#include #include long write(int fd, void *buf, long n) { return pwrite(fd, buf, n, -1LL); }