home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / timer_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  619b  |  21 lines

  1. #ifndef  CLIB_TIMER_PROTOS_H
  2. #define  CLIB_TIMER_PROTOS_H
  3. /*
  4. **    $VER: timer_protos.h 1.6 (25.01.91)
  5. **    Includes Release 39.108
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  DEVICES_TIMER_H
  13. #include <devices/timer.h>
  14. #endif
  15. void AddTime( struct timeval *dest, struct timeval *src );
  16. void SubTime( struct timeval *dest, struct timeval *src );
  17. LONG CmpTime( struct timeval *dest, struct timeval *src );
  18. ULONG ReadEClock( struct EClockVal *dest );
  19. void GetSysTime( struct timeval *dest );
  20. #endif     /* CLIB_TIMER_PROTOS_H */
  21.