DEV/BUT1/DEV1.1/CM2_2/EntrainementDS2/SUJET1 /EXO 1/repetition.h

7 lines
110 B
C
Raw Normal View History

2024-02-01 13:55:03 +01:00
#ifndef REPETITION_H
#define REPETITION_H
int repetition(long tab[], int taille);
#endif /* REPETITION_H */