ISO versions of open(), read(), lseek()
ISO versions of open(), read(), lseek()
- Subject: ISO versions of open(), read(), lseek()
- From: Todd Heberlein <email@hidden>
- Date: Tue, 04 Jan 2011 11:16:39 -0800
I have to maintain some C++ code between Xcode on a Mac and Visual Studio on Windows, and the Windows compiler kindly encouraged me to use the ISO versions of open(), read(), lseek() and so on (these are _open(), _read(), _lseek() ... (and seem to be defined in io.h)). I was looking for these library calls on the Mac and could not find them.
Are they there somewhere and I just couldn't find them?
If not, are the ISO calls in Apple's public (i.e., non-NDA) "to do" list for future Xcode releases?
Thanks,
Todd
_______________________________________________
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