iostream.h 569 B

123456789101112131415161718192021222324
  1. using _STLP_OLD_IO_NAMESPACE::istream;
  2. using _STLP_OLD_IO_NAMESPACE::ostream;
  3. /* HP aCC include files re-define these when THREAD_SAFE */
  4. #if !defined(cin)
  5. using _STLP_OLD_IO_NAMESPACE::cin;
  6. #endif
  7. #if !defined(cout)
  8. using _STLP_OLD_IO_NAMESPACE::cout;
  9. #endif
  10. #if !defined(cerr)
  11. using _STLP_OLD_IO_NAMESPACE::cerr;
  12. #endif
  13. #if !defined(clog)
  14. using _STLP_OLD_IO_NAMESPACE::clog;
  15. #endif
  16. using _STLP_OLD_IO_NAMESPACE::endl;
  17. using _STLP_OLD_IO_NAMESPACE::ends;
  18. using _STLP_OLD_IO_NAMESPACE::ios;
  19. using _STLP_OLD_IO_NAMESPACE::flush;
  20. // using _STLP_OLD_IO_NAMESPACE::ws;