home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / djgpp / include / stream.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-01-20  |  355 b   |  16 lines

  1. /* This file may have been modified by DJ Delorie (Jan 1991).  If so,
  2. ** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
  3. ** Rochester NH, 03867-2954, USA.
  4. */
  5.  
  6. /* ostream.h and istream.h now separately includable */
  7.  
  8. #ifndef _stream_h
  9. #pragma once
  10. #define _stream_h 1
  11.  
  12. #include <ostream.h>
  13. #include <istream.h>
  14.  
  15. #endif
  16.