-
GetNumLines
- Return a number of lines in the file.
ANSIC prototype: word GetNumLines(void)
- Return value:word - Number of lines
-
GetLine
- Return a specified line of the file.
ANSIC prototype: char* GetLine(word Idx)
- Idx:word - Index of the line (0 to List Length)
- Return value:char* - Returned pointer to line (string)
Note: Some methods can be implemented as macros.