ok
Direktori : /proc/thread-self/root/proc/self/root/opt/alt/php44/usr/include/php/Zend/ |
Current File : //proc/thread-self/root/proc/self/root/opt/alt/php44/usr/include/php/Zend/zend_istdiostream.h |
#ifndef _ZEND_STDIOSTREAM #define _ZEND_STDIOSTREAM #if defined(ZTS) && !defined(HAVE_CLASS_ISTDIOSTREAM) class istdiostream : public istream { private: stdiobuf _file; public: istdiostream (FILE* __f) : istream(), _file(__f) { init(&_file); } stdiobuf* rdbuf()/* const */ { return &_file; } }; #endif #endif