cat_fd
size = cat_fd(NULL, 0, NULL, fd);
usize = cat_fd(fourbytes, sizeof fourbytes, &gsize, STDIN_FILENO);
static off_t cat_fd(unsigned char *, size_t, off_t *, int fd);