home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / utilities / installerng / gui-api / 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.