|  |  | 
| EnderUNIX tipsMail to My Friend , Home Page[ C/C++ ] "convert file descriptor to file pointer" - cihan komecoglu - (2008-03-21 18:13:41) [26420] int fileno(FILE *stream); The fileno function returns the integer file descriptor associated with the stream. FILE *fdopen(int fildes, const char *mode); The fdopen function associates a stream with a file descriptor. Mail to My Friend , Home Page |  |