file.h 110 B

123456
  1. #ifndef VIRTUALMATH_FILE_H
  2. #define VIRTUALMATH_FILE_H
  3. int checkFile(char *dir);
  4. #endif //VIRTUALMATH_FILE_H