home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / CCDL151L.ZIP / TIME / CLOCK.C < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-06  |  128 b   |  9 lines

  1. #include <time.h>
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <libp.h>
  5.  
  6. clock_t clock(void)
  7. {
  8.     return _ll_ticks();
  9. }