/************************************************************************/ /* */ /* Simple io streams using the C stdio. */ /* */ /************************************************************************/ # include extern SimpleInputStream * sioInStdioOpen( const char * filename ); extern SimpleOutputStream * sioOutStdioOpen( const char * filename );