Xref: news2.mv.net comp.os.msdos.djgpp:7243 From: reynders AT cc DOT helsinki DOT fi (Joonas W N Reynders) Newsgroups: comp.os.msdos.djgpp Subject: Does FREAD have a limitation? Date: 14 Aug 1996 06:52:24 GMT Organization: University of Helsinki Lines: 9 Message-ID: <4urt38$f7h@oravannahka.Helsinki.FI> NNTP-Posting-Host: kruuna.helsinki.fi Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp My question is that does fread have a limit in the number of bytes it can read on one call? If I try to read more than about 130000 bytes I get EOF on a file which is 890000 bytes long (read starts from the beginning, I've checked it with ftell). The size of read unit is one byte. Thanks in advance, Joonas