macros/src/read_file.h
2022-12-05 14:59:01 +01:00

5 lines
70 B
C

#ifndef READ_FILE
#define READ_FILE
void readfile(FILE *file);
#endif