7 lines
72 B
C
7 lines
72 B
C
#ifndef H_FUNCTIONS
|
|
#define H_FUNCTIONS
|
|
|
|
int fileExist(char *);
|
|
|
|
#endif
|