home *** CD-ROM | disk | FTP | other *** search
- /* Microsoft V5.1 C Compiler for OS/2 */
-
- #include <fcntl.h>
- #define BUPDATE (O_RDWR | O_BINARY)
- #define BCREATE (O_CREAT | O_TRUNC | O_BINARY | O_RDWR)
- #define C255 -1
- #define ct_NULL (char *) 0
-
- /* when linking CTRBLD, be sure to increase the default stack size
- * to at least 8K; otherwise a stack overflow message is likely
- * when CTRBLD is run
- */
-