From 42891ed7198b8443d425b77ca49d8963730698e9 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 11 May 2023 21:09:52 -0400 Subject: [PATCH] cwFile.h : Updated documentation. --- cwFile.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cwFile.h b/cwFile.h index 7580634..b608292 100644 --- a/cwFile.h +++ b/cwFile.h @@ -126,7 +126,8 @@ namespace cw // Same as fileToBuf() but accepts a file name argument. 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 ); // Read the next line into buf[bufByteCnt].