//Embedded C++ Library //Copyright (c) Hitachi,Ltd. 1997 //Licensed material of Hitachi,Ltd // // Standard iostream objects // Embeded C++ Library Header // //==================================================================== // File: iostream // Purpose: Definition of class iostream // Create: 1997.09.20 Rev. 1.0 //==================================================================== #ifndef _IOSTREAM_ #define _IOSTREAM_ #include #include #include extern istream cin; extern ostream cout; // extern ostream cerr; // EC++, not implemented #endif