6 lines
57 B
C
6 lines
57 B
C
|
#ifndef TEMPS_H
|
||
|
#define TEMPS_H
|
||
|
|
||
|
int timer(void);
|
||
|
|
||
|
#endif
|