Date: Wed, 22 Apr 1998 09:46:07 +0300 (IDT) From: Eli Zaretskii To: "MAPE." cc: djgpp AT delorie DOT com Subject: Re: Eof().TC -> ??.Djgpp!! In-Reply-To: <353CE1A6.9F31B26F@lasalle.edu.co> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 21 Apr 1998, MAPE. wrote: > Hi, I write to you becouse I have one problem.. I am converting a source > file, that I wrote in Turbo C++ , to be builded with DJGPP and it > appears that the function int eof(int handle) has no subsittute in > Djgpp, which only offers int feof(FILE *file). I don't know why did you think there's no `eof' in DJGPP. As far as I could see, there is one declared in . Maybe your problem is that you expected it to be in , which is where Borland put it.