#include "gestionPendu.h" int motEstTrouve(char *motATtrouver, char *motPropose){ return(strcmp(motATtrouver,motPropose)); } int verifierLettrePropose(char *lettresProposees, int nbLettreProposee, char lettre) { int lettreTrouve=1; int i; for(i = 0; i