ReactOS 0.4.15-dev-7907-g95bf896
_stdio_file.h File Reference
#include <cstdio>
#include <cstddef>
Include dependency graph for _stdio_file.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

_STLP_BEGIN_NAMESPACE int _FILE_fd (const FILE *__f)
 

Function Documentation

◆ _FILE_fd()

_STLP_BEGIN_NAMESPACE int _FILE_fd ( const FILE __f)
inline

Definition at line 107 of file _stdio_file.h.

107{ return __f->_file; }
int _file
Definition: mbstring.h:24

Referenced by _Stl_create_wfilebuf(), and _Stl_extract_open_param().