Re: Unix FILE* and NSFileHandle
Re: Unix FILE* and NSFileHandle
- Subject: Re: Unix FILE* and NSFileHandle
- From: email@hidden
- Date: Sun, 31 Mar 2002 16:36:57 -0800
On Sunday, March 31, 2002, at 04:30 PM, Jason Moore wrote:
How do you convert from a NSFileHandle to a FILE* structure?
man 3 fdopen
FILE *my_file_pointer = fdopen([myNsFileHandle fileDescriptor], "r");
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.