home *** CD-ROM | disk | FTP | other *** search
- /* This file may have been modified by DJ Delorie (Jan 1991). If so,
- ** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
- ** Rochester NH, 03867-2954, USA.
- */
-
- /* ostream.h and istream.h now separately includable */
-
- #ifndef _stream_h
- #pragma once
- #define _stream_h 1
-
- #include <ostream.h>
- #include <istream.h>
-
- #endif
-