SAE11_2023/SAE_semestre1/fichier.h/time.h

9 lines
166 B
C
Raw Normal View History

#ifndef TIME_H
#define TIME_H
2023-12-07 14:32:42 +01:00
2023-12-19 17:27:47 +01:00
void Score(int segment);
void Update_Timer(int, int, char[]);
void Timer(int*, int*, unsigned long int*, int*, int*, char[]);
2023-12-07 14:32:42 +01:00
#endif