home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megazine
/
Megazine-1.iso
/
PROGRAMA
/
C
/
CLINT156
/
CBCPP20.C
< prev
next >
Wrap
C/C++ Source or Header
|
1996-12-01
|
1KB
|
52 lines
/* (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. */