Functions
vpl_fdopen.cxx File Reference
#include <cstdio>
#include "vpl_fdopen.h"

Go to the source code of this file.

Functions

std::FILE * vpl_fdopen (int fd, char const *mode)
 Turn an open file descriptor (int) into a file stream (FILE *). More...
 

Function Documentation

◆ vpl_fdopen()

std::FILE* vpl_fdopen ( int  fd,
char const *  mode 
)

Turn an open file descriptor (int) into a file stream (FILE *).

Definition at line 8 of file vpl_fdopen.cxx.