7 lines
82 B
C
7 lines
82 B
C
#ifndef FIN_H
|
|
#define FIN_H
|
|
|
|
int fin(unsigned long int timer, int coups);
|
|
|
|
#endif
|