home *** CD-ROM | disk | FTP | other *** search
- /* (c) R&D Associates 1991.
- All Rights Reserved.
-
- cbcpp20.c
-
- This file should be converted to a Clint definition library by:
-
- clint cbcpp20.c -I/borlandc/include -L cbcpp20 -w0
- */
-
- #include <windows.h> /* comment out if no WINDOWS */
-
- #include <alloc.h>
- #include <assert.h>
- #include <bios.h>
- #include <conio.h>
- #include <ctype.h>
- #include <dde.h> /* comment out if no WINDOWS */
- #include <dir.h>
- #include <direct.h>
- #include <dos.h>
- #include <drivinit.h> /* comment out if no WINDOWS */
- #include <errno.h>
- #include <fcntl.h>
- #include <float.h>
- #include <graphics.h>
- #include <io.h>
- #include <limits.h>
- #include <locale.h>
- #include <malloc.h>
- #include <math.h>
- #include <mem.h>
- #include <memory.h>
- #include <process.h>
- #include <search.h>
- #include <setjmp.h>
- #include <share.h>
- #include <signal.h>
- #include <stdarg.h>
- #include <stddef.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <time.h>
- #include <values.h>
-
- #include <sys/stat.h>
- #include <sys/timeb.h>
- #include <sys/types.h>
-
- /* End of file. */
-