1 #ifndef Clock_Ticks__h_
2 #define Clock_Ticks__h_
6 * @author Carlos O'Ryan <coryan@atdesk.com>
11 /// Return the number of clock ticks per second
14 /// Return the number of microseconds per tick
15 int get_usecs_per_tick ();
18 #endif /* Clock_Ticks__h_ */