#ifndef VIRTUALMATH_FILE_H #define VIRTUALMATH_FILE_H int checkFile(char *dir); char *splitDir(char * dir); #endif //VIRTUALMATH_FILE_H