#ifndef TIMER_H #define TIMER_H void wait(int milli); void timer_init(); #endif