Hi,

I have a question about file i/o in C, just with text files not binary. How can I count the number of lines in the file pointed to by a FILE pointer?

Thanks.