1 2 3 4 5 6
#include <stdint.h> void timer_init(); void timer_tick(); uint64_t timer_get_ticks(); uint64_t timer_get_uptime_ms();