Sync usage with man page.
[netbsd-mini2440.git] / gnu / lib / libg++ / g++-include / stream.h
blobf55e978734bc7764197887c5c830bdf6df1a708b
1 /* ostream.h and istream.h now separately includable */
3 #ifndef _stream_h
4 #ifdef __GNUG__
5 #pragma once
6 #pragma interface
7 #endif
8 #define _stream_h 1
10 #include <ostream.h>
11 #include <istream.h>
13 #endif