Re: ISO versions of open(), read(), lseek()
Re: ISO versions of open(), read(), lseek()
- Subject: Re: ISO versions of open(), read(), lseek()
- From: Todd Heberlein <email@hidden>
- Date: Tue, 04 Jan 2011 14:57:01 -0800
On Jan 4, 2011, at 11:32 AM, Sherm Pendley wrote:
> I suspect you're looking at the wrong "open" man page. "man 2 open" is
> the one you want, and indicates that open() is declared in fcntl.h.
I am actually moving my code from Xcode is Visual Studio (I am surprised at the overall similarity of the two development environments), so my open() calls on Snow Leopard in Xcode are happy.
Interestingly, working with Win32 has forced me to think more about UTF-16 file and directory names, so using things like _open() and its sister function _wopen() makes some sense. I had not previously thought about non-ASCII path names for file operations.
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