1 2 3 4 5 6
#ifndef __READFILE_H__ #define __READFILE_H__ char *readfile(const char *name); #endif /* __READFILE_H__ */