Go to the source code of this file.
|
| int | getFile (char *fname, char **strContent, int cbSize, long *neededSize) |
| |
◆ FILE_ERROR_OPEN
| #define FILE_ERROR_OPEN 11 |
Definition at line 4 of file file.h.
◆ FILE_ERROR_READ_MISMATCH
| #define FILE_ERROR_READ_MISMATCH 13 |
Definition at line 6 of file file.h.
◆ FILE_ERROR_STRCONTENT_TO_SMALL
| #define FILE_ERROR_STRCONTENT_TO_SMALL 12 |
Definition at line 5 of file file.h.
◆ NO_ERROR
Definition at line 1 of file file.h.
◆ getFile()
| int getFile |
( |
char * | fname, |
|
|
char ** | strContent, |
|
|
int | cbSize, |
|
|
long * | neededSize ) |