home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / InstallerNG / developer / savagelib / include / savage / stdio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-14  |  134 b   |  13 lines

  1.  
  2. #ifndef SAVAGE_STDIO_H
  3. #define SAVAGE_STDIO_H
  4.  
  5. #ifndef EXEC_TYPES_H
  6. #include <exec/types.h>
  7. #endif
  8.  
  9. extern BPTR sav_STDOUT;
  10.  
  11. #endif
  12.  
  13.