home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1994 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1994.iso
/
win3
/
patches
/
symantec
/
rtlinc.exe
/
IOS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-05-13
|
258b
|
15 lines
/*_ ios.h */
/* Copyright (C) 1992 by Symantec */
/* All Rights Reserved */
/* Note: ANSI users should #include <stdlib.h> instead of this file */
#ifndef __IOS_H
#define __IOS_H 1
#ifndef __IOSTREAM_H
#include <iostream.h>
#endif
#endif