1 2 3 4 5
#include "lib/int/stdint.h" void timer_init(); void timer_tick(); uint64_t timer_get_ticks();