#ifndef __IO_H #define __IO_H #include int readnum(FILE *fd, char *buf, size_t len); #endif /* __IO_H */