Files
SAE11_2024/comportementJCJ.h
2024-11-20 15:01:35 +01:00

10 lines
103 B
C

#ifndef COMPORTEMENTJCJ_H
#define COMPORTEMENTJCJ_H
int compJCJ(int taille);
void Efface();
#endif