Files
SAE11_2024/comportementJCJ.h

10 lines
103 B
C
Raw Normal View History

#ifndef COMPORTEMENTJCJ_H
#define COMPORTEMENTJCJ_H
2024-11-18 16:15:25 +01:00
int compJCJ(int taille);
2024-11-20 15:01:35 +01:00
void Efface();
#endif