[utils] adding file_exists to header
This commit is contained in:
@@ -54,6 +54,8 @@
|
|||||||
|
|
||||||
char *file_getline(FILE * f);
|
char *file_getline(FILE * f);
|
||||||
|
|
||||||
|
bool file_exists(char *filename);
|
||||||
|
|
||||||
bool is_relative_path(struct dirent *ent);
|
bool is_relative_path(struct dirent *ent);
|
||||||
|
|
||||||
char *path_join(int n, ...);
|
char *path_join(int n, ...);
|
||||||
|
|||||||
Reference in New Issue
Block a user