home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
zip
/
gnu
/
gxxinc.lzh
/
GXXINC
/
STREAM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1991-07-06
|
200b
|
14 lines
/* ostream.h and istream.h now separately includable */
#ifndef _stream_h
#ifdef __GNUG__
#pragma once
#pragma interface
#endif
#define _stream_h 1
#include <ostream.h>
#include <istream.h>
#endif