home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / gxxinc / stream.h < prev    next >
C/C++ Source or Header  |  1991-07-06  |  200b  |  14 lines

  1. /* ostream.h and istream.h now separately includable */
  2.  
  3. #ifndef _stream_h
  4. #ifdef __GNUG__
  5. #pragma once
  6. #pragma interface
  7. #endif
  8. #define _stream_h 1
  9.  
  10. #include <ostream.h>
  11. #include <istream.h>
  12.  
  13. #endif
  14.