Merci Pouet 
Là j'ai deux autre erreur : le probleme c'est le compilateur ne reconnait pas la fonction free()
bizarre non?
1 2 3 4
| void DetruireTableauMotsCompacts(MotCompact *pDel)
{
free(pDel);
} |
attention : implicit declaration of function ‘free’|
|attention : incompatible implicit declaration of built-in function ‘free’|
et là
double info_mut_cond(ChainonMot const *pc, ChainonMot const *pc2,TableHachageMot *t3,MotCompact *pcLeft,MotCompact *pcRight)
il m'indique
|erreur: expected ‘)’ before ‘const’|
Merci d'avance pour l'aide
Partager