home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 December / VPR0012A.BIN / OLS / CMKT111 / cmkt111.lzh / Cmachine / include / time.h < prev   
C/C++ Source or Header  |  2000-05-21  |  105b  |  11 lines

  1.  
  2. #ifndef __CM_TIME_H
  3. #define __CM_TIME_H
  4.  
  5. typedef int time_t;
  6.  
  7. time_t time(time_t *);
  8.  
  9. #endif
  10.  
  11.