12 lines
176 B
C

#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 */