core/vpl/vpl_fileno.h
Go to the documentation of this file.
00001 // This is core/vpl/vpl_fileno.h
00002 #ifndef vpl_fileno_h_
00003 #define vpl_fileno_h_
00004 //:
00005 // \file
00006 
00007 #include <vcl_cstdio.h>
00008 
00009 //: Return the file descriptor (int) of an open file stream (FILE *).
00010 int vpl_fileno(vcl_FILE *fp);
00011 
00012 #endif