My Project
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
8
int
getFile
(
char
*fname,
char
**strContent,
int
cbSize,
long
*neededSize);
getFile
int getFile(char *fname, char **strContent, int cbSize, long *neededSize)
Definition
file.c:17
file.h
Generated by
1.13.2