#include
ssize_t read (int fd, void *buf, size_t nbyte);
size_t fread (void *restrict buf, size_t size,
size_t nitems, FILE *restrict stream);