config-parser
a simple ini parser written in C
 
Loading...
Searching...
No Matches
file.c File Reference
#include "file.h"
#include <stdio.h>

Go to the source code of this file.

Functions

int getFile (char *fname, char **strContent, int cbSize, long *neededSize)
 

Function Documentation

◆ getFile()

int getFile ( char * fname,
char ** strContent,
int cbSize,
long * neededSize )

Definition at line 17 of file file.c.