12 lines
176 B
C
Raw Normal View History

2023-12-24 20:21:24 +01:00
#ifndef ECRAN_FIN_H
#define ECRAN_FIN_H
#include <graph.h>
void ecran_fin( short int* compteur, unsigned char minutes, unsigned char secondes);
#endif /* ECRAN_FIN_H */