home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / CDOS10 / PRJTYPE.H < prev    next >
Text File  |  1992-07-07  |  367b  |  16 lines

  1. #if !defined (PRJTYPE)            /* Prevents multiple declarations errors */
  2. #define PRJTYPE
  3.  
  4. /*
  5.    Description  : Standard type definitions for current project.
  6.    Project name :
  7. */
  8.  
  9.  
  10. /*----- Global Typedefs ---------------------------------------------------*/
  11.  
  12.  
  13. /*----- End Global Typedefs -----------------------------------------------*/
  14.  
  15. #endif
  16.