1 2 3 4 5 6 7 8
#ifndef MELVIX_TIMER_H #define MELVIX_TIMER_H void timer_install(); void timer_wait(int ticks); #endif