diff options
Diffstat (limited to 'easydir.h')
-rw-r--r-- | easydir.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,9 @@ +#ifndef EASYDIR_H +#define EASYDIR_H + char* splitPath(char *source, char *path, char *file); int deleteFile(char *file_path); int deleteEmptyDir(char *dir_path); -int checkFileExist(char *path_to_file);
\ No newline at end of file +int checkFileExist(char *path_to_file); + +#endif
\ No newline at end of file |