home *** CD-ROM | disk | FTP | other *** search
- /* (c) R&D Associates 1992-1997.
- All Rights Reserved.
-
- For Zortech C++. (C++).
-
- Build cztc21.clb using:
-
- clint cztc21.cpp -L+cztc21.clb -I. %1 %2 %3 -3- -KB0 -Ab0 -An0 -Ah0 -Ai0
-
- */
-
- /* Force correct stuff even if the wrong compiler is specified. */
-
- #undef __TURBOC__
- #undef __BORLANDC__
- #undef __SC__
- #undef __ZTC__
- #undef zpage
- #undef no_init
- #undef monitor
- #undef non_banked
- #undef _handle
- #undef selector
- #undef _SIZEOF_INT
- #undef _SIZEOF_LONG
- #undef __TID__
- #undef MSC_VER
- #undef WIN32_LEAN_AND_MEAN
- #undef __FLAT__
- #undef __WIN32__
- #undef _WIN32
- #undef M_I86
- #undef _M_IX86
- #undef __declspec
- #undef __inline
- #undef __int64
- #undef __unaligned
-
-
- #pragma lint -w-tni
- #pragma lint -w-tns
- #pragma lint -w-rtm
-
- #define __SC__ 0x300
- #define __nan 0.0
- #define M_I86
- #define __ZTC__ 0x210
-
-
- #include "assert.h"
- #include "bios.h"
- #include "complex.h"
- #include "conio.h"
- #include "ctype.h"
- #include "direct.h"
- #include "disp.h"
- #include "dos.h"
- //#include "dos16.h"
- #include "emm.h"
- #include "errno.h"
- #include "fcntl.h"
- //#include "fg.h"
- #include "float.h"
- #include "fstream.h"
- #include "generic.h"
- #include "handle.h"
- #include "int.h"
- #include "io.h"
- #include "iomanip.h"
- #include "iomdefs.h"
- #include "ios.h"
- #include "iostream.h"
- #include "istream.h"
- #include "limits.h"
- #include "locale.h"
- #include "math.h"
- #include "msmouse.h"
- #include "ostream.h"
- #include "page.h"
- #include "process.h"
- #include "setjmp.h"
- #include "share.h"
- #include "signal.h"
- #include "stdarg.h"
- #include "stddef.h"
- #include "stdio.h"
- #include "stdiostr.h"
- #include "stdlib.h"
- #include "streamb.h"
- #include "string.h"
- #include "strstrea.h"
- #include "time.h"
-
- #include "sys/stat.h"
-
- /* End of file. */
-