Developpement/23DEV1.1/TPS1/TP2/controle/CM2_2022/Repetition.h

9 lines
129 B
C

#ifndef REPETITION_H
#define REPETITION_H
#include <stdbool.h>
bool sont_identiques(const long tableau[], int taille);
#endif