home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 10
/
aminetcdnumber101996.iso
/
Aminet
/
misc
/
amag
/
AM9512_2.lha
/
Tips&Tricks
/
GNU-C-Trick
next >
Wrap
Text File
|
1995-11-19
|
457b
|
22 lines
#ifndef CLIB_TIMER_PROTOS_H
#define CLIB_TIMER_PROTOS_H
#ifndef DEVICES_TIMER_H
#include <devices/timer.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
void AddTime(struct timeval *,struct timeval *);
void SubTime(struct timeval *,struct timeval *);
LONG CmpTime(struct timeval *,struct timeval *);
ULONG ReadEClock(struct EClockVal *dest );
void GetSysTime(struct timeval *dest );
#ifdef __cplusplus
}
#endif
#endif /* CLIB_TIMER_PROTOS_H */