home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megazine
/
Megazine-1.iso
/
PROGRAMA
/
C
/
CLINT156
/
CTC20.C
< prev
next >
Wrap
C/C++ Source or Header
|
1996-12-01
|
775b
|
41 lines
/* (c) R&D Associates 1991.
All Rights Reserved.
ctc20.c
This file should be converted to a Clint definition library by:
clint ctc20.c -I/tc/include -L ctc20 -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 <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. */