DEV/BUT1/DEV1.1/CM2 2022/1/repetition.h
2024-02-01 13:55:03 +01:00

8 lines
110 B
C

#ifndef REPETITION_H
#define REPETITION_H
int repetition(long tab[],int taille);
#endif /* REPETITION_H */