home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / tccompat.zoo / tos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-24  |  357 b   |  19 lines

  1. /*
  2.     <tos.h>
  3.     This header is "Public Domain".
  4.     (P) 1992 by Markus M. Nick
  5.     
  6.     This header makes it easier to compile sources with both PureC/TurboC 
  7.     and GNU-CC.  Now you needn't include different header files any more.
  8.     
  9.     Please send your comments and suggestions to:
  10.         Markus_Nick@mz.maus.de
  11. */
  12.  
  13. #ifndef __TOS__
  14.  
  15. #include <osbind.h>
  16.  
  17. #define __TOS__
  18. #endif
  19.