home *** CD-ROM | disk | FTP | other *** search
- /* dummygst.c - written by Glenn M. Lewis - 1/30/93
- * - simply load some headers to speed up future compilation
- */
-
- static char rcs_id[] = "$Id: dummygst.c,v 1.1 1993/01/30 23:43:03 glewis Exp $";
-
- #include <stdio.h>
- #include <ctype.h>
- #include <sys/types.h>
- #include "t3dlib.h"
- #ifdef __STDC__
- #include <stdlib.h>
- #include <strings.h>
- #endif
-
-