Functions
core/vpl/vpl_fileno.h File Reference
#include <vcl_cstdio.h>

Go to the source code of this file.

Functions

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

Detailed Description

Definition in file vpl_fileno.h.


Function Documentation

int vpl_fileno ( vcl_FILE *  fp)

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

Definition at line 8 of file vpl_fileno.cxx.