6 lines
71 B
C
6 lines
71 B
C
|
#ifndef FIN_H
|
||
|
#define FIN_H
|
||
|
|
||
|
void fin(unsigned long int timer);
|
||
|
|
||
|
#endif
|