27 #ifndef __TIMER_INTERFACE_H_
28 #define __TIMER_INTERFACE_H_
92 #endif //__TIMER_INTERFACE_H_
void countdown_ms(Timer *, unsigned int)
Create a timer (milliseconds)
Definition: timer.c:33
void InitTimer(Timer *)
Initialize a timer.
Definition: timer.c:54
Definition: timer_linux.h:29
char expired(Timer *)
Check if a timer is expired.
Definition: timer.c:26
void countdown(Timer *, unsigned int)
Create a timer (seconds)
Definition: timer.c:40
int left_ms(Timer *)
Check the time remaining on a give timer.
Definition: timer.c:47