ADC Home > Reference Library > Reference > Darwin > Miscellaneous User Space API Reference
|
ext/stdio_sync_filebuf.h |
Includes: | <streambuf> <unistd.h> <cstdio> <cwchar> <streambuf> <unistd.h> <cstdio> <cwchar> |
This file is a GNU extension to the Standard C++ Library.
file |
std::__c_file* const file()
The underlying FILE*.
This function can be used to access the underlying "C" file pointer.
Note that there is no way for the library to track what you do
with the file, so be careful.