home *** CD-ROM | disk | FTP | other *** search
- /* (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. */
-