// recherche-simple.h // << Algorithmique du texte >> // Maxime Crochemore, Christophe Hancart et Thierry Lecroq // Vuibert, 2001. void rechercheSimple(Mot L[], int n, Mot x, Longueur m, int *resd, int *resf);