SAE11_2023/temps_et_score.h

9 lines
233 B
C

#ifndef TEMPS_ET_SCORE_H
#define TEMPS_ET_SCORE_H
void Attendre(unsigned int millisecondes);
void Afficher_Temps(int minutes, int secondes, char texte[]);
void Afficher_Score(int score, char texte[]);
#endif /* TEMPS_ET_SCORE_H */