Re: XCode error that _eof() function not found during link.
Re: XCode error that _eof() function not found during link.
- Subject: Re: XCode error that _eof() function not found during link.
- From: Alastair Houghton <email@hidden>
- Date: Wed, 30 Jan 2008 17:51:33 +0000
On 29 Jan 2008, at 20:23, Scott Andrew wrote:
Are the headers missing the eof() function that should be in
fnctl.h. I have done a search ad can't find the funtion any where. I
can find feof but that is not what i want.
Just to add to what's already been said, I don't know which system has
an eof() function in <fcntl.h>, but it isn't a standard function.
It's best if you're going to use UNIX headers like <fcntl.h> to stick
to things that are defined in SUSv3. Particularly now that Leopard is
officially UNIX compliant.
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden