From: "Henri Ossi" Newsgroups: comp.os.msdos.djgpp Subject: Fopen() and EOF Date: Wed, 15 Apr 1998 18:58:41 +0300 Organization: Telecom Finland News Service Lines: 18 Message-ID: <6h2ljv$72g$1@hiisi.inet.fi> NNTP-Posting-Host: pc2039.public.htk.fi To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm trying to read a pic, which is raw data. (pixel color from 0 to 255) So the pixel color is used as the ASCII number. But if the pixel is 26, fopen reads the character, which is Ctrl-Z, as EOF. There must be a way to round this. Re-define EOF? Maybe inline asm? Or other file reading functions? Thanks. -Henri Ossi