6 lines
64 B
C
6 lines
64 B
C
#ifndef TIMER_H
|
|
#define TIMER_H
|
|
|
|
void start_timer(void);
|
|
|
|
#endif |