home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / IRITS.ZIP / DOSINTRG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-05  |  717 b   |  21 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions of DosIntr module.             *
  7. *****************************************************************************/
  8.  
  9. /* Prototypes of the functions in the module: */
  10.  
  11. #ifndef    DOS_INTR_GH
  12. #define    DOS_INTR_GH
  13.  
  14. void DosPrintDir(char *Match);
  15. void DosChangeDir(char *s);
  16. double DosGetTime(double ResetTime);
  17. void DosEditFile(char *s);
  18. void DosSystem(void);
  19.  
  20. #endif    /* DOS_INTR_GH */
  21.