#ifndef FILEREADER_H #define FILEREADER_H void openFile(const char* filename); char nextChar(); void closeFile(); #endif // FILEREADER_H