[cvs-nhc98] hIsEOF does not have the same semantics as feof() in C.
Malcolm Wallace
malcolm@sparud.net
Mon, 26 Mar 2001 12:54:23 +0200 (CEST)
malcolm: Mon Mar 26 12:54:22 CEST 2001
Update of /usr/src/master/nhc/src/runtime/Builtin
In directory hinken:/tmp/cvs-serv3208/src/runtime/Builtin
Modified Files:
cHIsEOF.c
Log Message:
hIsEOF does not have the same semantics as feof() in C.
It appears that feof() does not truly test for end-of-file.
The EOF marker must be set by a preceding read operation.