9 lines
119 B
C
9 lines
119 B
C
|
|
#ifndef __IO_H
|
|
#define __IO_H
|
|
|
|
#include <stdio.h>
|
|
|
|
int readnum(FILE *fd, char *buf, size_t len);
|
|
|
|
#endif /* __IO_H */
|