Converting from a refnum to a FILE *
Converting from a refnum to a FILE *
- Subject: Converting from a refnum to a FILE *
- From: Randy Croucher <email@hidden>
- Date: Thu, 12 Feb 2004 19:49:38 -0800
Hello out there,
I need to convert from a refnum that was returned by FSpOpenDF to a
FILE * that is needed by stdio's fread and such. It looks like fdopen
is the trick, but it apparently wants something other than the
reference number given back by FSpOpenDF, because it fails. Is there
some function I need to call in between these two to convert the refnum
to something that fdopen wants? Does anyone know a better way to do
this?
Randy
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.