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