1
0
SAE11_2022/include/fin.h

7 lines
71 B
C

#ifndef FIN_H
#define FIN_H
int fin(unsigned long int timer);
#endif