cwFile.h : Updated documentation.
This commit is contained in:
parent
287184c846
commit
42891ed719
3
cwFile.h
3
cwFile.h
@ -126,7 +126,8 @@ namespace cw
|
|||||||
// Same as fileToBuf() but accepts a file name argument.
|
// Same as fileToBuf() but accepts a file name argument.
|
||||||
char* fnToStr( const char* fn, unsigned* bufByteCntPtr );
|
char* fnToStr( const char* fn, unsigned* bufByteCntPtr );
|
||||||
|
|
||||||
// Return the count of lines in a file.
|
// Return the count of lines in a file following the current file position.
|
||||||
|
// This function does not change current file position.
|
||||||
rc_t lineCount( handle_t h, unsigned* lineCntPtr );
|
rc_t lineCount( handle_t h, unsigned* lineCntPtr );
|
||||||
|
|
||||||
// Read the next line into buf[bufByteCnt].
|
// Read the next line into buf[bufByteCnt].
|
||||||
|
Loading…
Reference in New Issue
Block a user