textfile.h
EXTERNAL void fiftyoneDegreesTextFileIterate(const char *fileName, const char *buffer, int length, void *state, void(*callback)(const char *, void *))
Iterates over all the lines in a text file calling the callback method with each line.
Definition: textfile.c:20
