| 35 | |
| 36 | std::string getFileTitle(const char* file); |
| 37 | inline std::string getFileTitle(const std::string& file) {return getFileTitle(file.c_str());} |
| 38 | |
| 39 | std::string getFileText(const char* file); |
| 40 | inline std::string getFileText(const std::string& file) {return getFileText(file.c_str());} |
no test coverage detected