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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1992-03-24
|
357 b
|
19 lines
/*
<tos.h>
This header is "Public Domain".
(P) 1992 by Markus M. Nick
This header makes it easier to compile sources with both PureC/TurboC
and GNU-CC. Now you needn't include different header files any more.
Please send your comments and suggestions to:
Markus_Nick@mz.maus.de
*/
#ifndef __TOS__
#include <osbind.h>
#define __TOS__
#endif