8 lines
82 B
C
8 lines
82 B
C
|
#ifndef TIMER_H
|
||
|
#define TIMER_H
|
||
|
|
||
|
void wait(int milli);
|
||
|
void timer_init();
|
||
|
|
||
|
#endif
|