BSD 4_3_Net_2 release
[unix-history] / usr / src / lib / libg++ / g++-include / stream.h
CommitLineData
a723bdec
C
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