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>

Introduction

This file is a GNU extension to the Standard C++ Library.



Functions

file

file


std::__c_file* const file() 
Return Value

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.

Last Updated: 2006-06-20