1.10.3. reader_ReadLines()

[<<<] [>>>]

This function calls reader_ReadLines_r() to read the lines of the file given by the file name szFileName into pRo->Result. For further information see reader_ReadLines_r().

int reader_ReadLines(pReadObject pRo,
                     char *szFileName
);
The function returns zero or the error code.
[<<<] [>>>]