#include <vcl_cstdio.h>Go to the source code of this file.
| Functions | |
| vcl_FILE * | vpl_fdopen (int fd, char const *mode) | 
| Turn an open file descriptor (int) into a file stream (FILE *). | |
Definition in file vpl_fdopen.h.
| vcl_FILE* vpl_fdopen | ( | int | fd, | 
| char const * | mode | ||
| ) | 
Turn an open file descriptor (int) into a file stream (FILE *).
Definition at line 9 of file vpl_fdopen.cxx.
 1.7.5.1
 1.7.5.1