2.2.3. reader_ReadLines()

[<<<] [>>>]

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

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