fns.h (82B)
1 #ifndef fns_h 2 #define fns_h 3 4 char* read_file(char *filename); 5 6 #endif /* fns_h */