8 lines
110 B
C
8 lines
110 B
C
|
#ifndef REPETITION_H
|
||
|
#define REPETITION_H
|
||
|
|
||
|
int repetition(long tab[],int taille);
|
||
|
|
||
|
#endif /* REPETITION_H */
|
||
|
|