config-parser
a simple ini parser written in C
 
Loading...
Searching...
No Matches
file.h
Go to the documentation of this file.
1#define NO_ERROR 0
2
3//ERRORS
4#define FILE_ERROR_OPEN 11
5#define FILE_ERROR_STRCONTENT_TO_SMALL 12
6#define FILE_ERROR_READ_MISMATCH 13
7
8int getFile(char *fname, char **strContent,int cbSize,long *neededSize);
int getFile(char *fname, char **strContent, int cbSize, long *neededSize)
Definition file.c:17