00001 #ifndef JOT_STD_IOSTREAM_H 00002 #define JOT_STD_IOSTREAM_H 00003 00004 #include "platform.H" 00005 00006 #ifdef JOT_NEW_STYLE_IOSTREAM 00007 #include <iostream> 00008 using namespace std; 00009 #elif defined JOT_BACKWARD_IOSTREAM 00010 #include <backward/iostream.h> 00011 #else 00012 #include <iostream.h> 00013 #endif 00014 #endif