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

9 lines
129 B
C
Raw Normal View History

2024-12-09 11:53:11 +01:00
#ifndef REPETITION_H
#define REPETITION_H
#include <stdbool.h>
bool sont_identiques(const long tableau[], int taille);
#endif