Searched refs:ostdiostream (Results 1 – 1 of 1) sorted by relevance
67 class ostdiostream : public ostream72 ostdiostream (FILE* __f) : ostream(), _file(__f) { init(&_file); } in ostdiostream() function