home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megazine
/
Megazine-1.iso
/
PROGRAMA
/
C
/
CLINT156
/
CMSC60.C
< prev
next >
Wrap
C/C++ Source or Header
|
1996-12-01
|
922b
|
47 lines
/* (c) R&D Associates 1992.
All Rights Reserved.
cmsc60.c
This file should be converted to a Clint definition library by:
clint cmsc60.c -I/c600/include -L cmsc60 -w0
*/
#include <assert.h>
#include <bios.h>
#include <conio.h>
#include <ctype.h>
#include <direct.h>
#include <dos.h>
#include <errno.h>
#include <fcntl.h>
#include <float.h>
#include <graph.h>
#include <io.h>
#include <limits.h>
#include <locale.h>
#include <malloc.h>
#include <math.h>
#include <memory.h>
#include <pgchart.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/types.h>
#include <sys/locking.h>
#include <sys/stat.h>
#include <sys/timeb.h>
#include <sys/utime.h>
/* End of file. */