home *** CD-ROM | disk | FTP | other *** search
- /* WATCOM C v6.5 */
-
- #include <io.h>
- #include <fcntl.h>
- #define BUPDATE (O_RDWR | O_BINARY)
- #define BCREATE (O_CREAT | O_TRUNC | O_BINARY | O_RDWR)
- #define C255 '\377'
- #define ct_NULL CTNULL
-
- /*
- CTNULL is defined on the make command lines in MAKEAPP.BAT.
-
- IF YOU DO NOT USE OUR MAKE FILES, YOU MUST MANUALLY DEFINE ct_NULL
- TO CORRESPOND TO THE SIZE OF A DATA POINTER! THAT IS, EITHER
-
- #define ct_NULL 0L
-
- OR
-
- #define ct_NULL 0
-
- */
-