6 lines
88 B
C
6 lines
88 B
C
#ifndef READFILE_H
|
|
#define READFILE_H
|
|
|
|
char *readFile ( const char *fileName );
|
|
|
|
#endif
|