SAE11_2022/timer.h
2022-12-03 13:21:09 +01:00

8 lines
73 B
C

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