#ifndef CPPCOMMON_IO_FUNCTS_H #define CPPCOMMON_IO_FUNCTS_H #include #include namespace CPPCOMMON { using namespace std; string loadFile2Str(const char * const filepath); } #endif