1
0
Fork 0
euler/lib/io.h

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 */