SAE11_2022/timer.h

8 lines
73 B
C
Raw Normal View History

#ifndef TIMER_H
#define TIMER_H
int timer(void);
#endif /* TIMER_H */