home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-386-Vol-2of3.iso
/
c
/
clt157.zip
/
CGEN.C
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-17
|
694b
|
33 lines
/* (c) R&D Associates 1991.
All Rights Reserved.
cgen.c
This file should be converted to a Clint definition library by:
clint cgen.c -I/other/include -L cgen -x -w0
WARNING: This list of files is for information only. You should edit it to
the list of header files supplied with your compiler.
*/
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <math.h>
#include <mem.h>
#include <process.h>
#include <setjmp.h>
#include <signal.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <sys/stat.h>
#include <sys/timeb.h>
/* End of file. */