home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / t3dlib_src_r43.lha / dummygst.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-02  |  357 b   |  16 lines

  1. /* dummygst.c - written by Glenn M. Lewis - 1/30/93
  2.  *            - simply load some headers to speed up future compilation
  3.  */
  4.  
  5. static char rcs_id[] = "$Id: dummygst.c,v 1.1 1993/01/30 23:43:03 glewis Exp $";
  6.  
  7. #include <stdio.h>
  8. #include <ctype.h>
  9. #include <sys/types.h>
  10. #include "t3dlib.h"
  11. #ifdef __STDC__
  12. #include <stdlib.h>
  13. #include <strings.h>
  14. #endif
  15.  
  16.