home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / LIBSRC.ZOO / libsrc / local / times.c < prev    next >
Text File  |  1992-01-30  |  110b  |  10 lines

  1. #include <sys/types.h>
  2. #include <sys/times.h>
  3.  
  4.  
  5. clock_t    times (struct tms *ttt)
  6. {
  7.    return (0);
  8. }
  9.  
  10.