home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-386-Vol-2of3.iso
/
c
/
clt157.zip
/
CTCPP10.C
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-17
|
802b
|
42 lines
/* (c) R&D Associates 1991.
All Rights Reserved.
ctcpp10.c
This file should be converted to a Clint definition library by:
clint ctcpp10.c -I/tc/include -L ctcpp10 -w0
*/
#include <alloc.h>
#include <assert.h>
#include <bios.h>
#include <conio.h>
#include <ctype.h>
#include <dir.h>
#include <dos.h>
#include <errno.h>
#include <fcntl.h>
#include <float.h>
#include <graphics.h>
#include <io.h>
#include <limits.h>
#include <locale.h>
#include <math.h>
#include <mem.h>
#include <process.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>
/* End of file. */