SAE11_2023/SAE_semestre1/fichier.h/time.h

9 lines
166 B
C
Executable File

#ifndef TIME_H
#define TIME_H
void Score(int segment);
void Update_Timer(int, int, char[]);
void Timer(int*, int*, unsigned long int*, int*, int*, char[]);
#endif