DEV/BUT1/DEV1.1/CM2_2/EntrainementDS2/SUJET2/EXO1/recherche.h
2024-02-01 13:55:03 +01:00

6 lines
107 B
C

#ifndef RECHERCHE_H
#define RECHERCHE_h
int recherche(double tab[], int taille);
#endif /* RECHERCHE_H */