Functions
vpl_fileno.h File Reference
#include <cstdio>
#include "vpl/vpl_export.h"

Go to the source code of this file.

Functions

VPL_EXPORT int vpl_fileno (std::FILE *fp)
 Return the file descriptor (int) of an open file stream (FILE *). More...
 

Function Documentation

◆ vpl_fileno()

VPL_EXPORT int vpl_fileno ( std::FILE *  fp)

Return the file descriptor (int) of an open file stream (FILE *).

Definition at line 4 of file vpl_fileno.cxx.