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 / ISTREAM.H < prev    next >
C/C++ Source or Header  |  1993-05-13  |  270b  |  15 lines

  1. /*_ istream.h */
  2. /* Copyright (C) 1992 by Symantec    */
  3. /* All Rights Reserved            */
  4.  
  5. /* Note: ANSI users should #include <stdlib.h> instead of this file */
  6. #ifndef __ISTREAM_H
  7. #define __ISTREAM_H 1
  8.  
  9. #ifndef __IOSTREAM_H
  10. #include <iostream.h>
  11. #endif
  12.  
  13. #endif
  14.  
  15.