#ifndef READFILE_H #define READFILE_H char *readFile ( const char *fileName ); #endif