liste.h:1: erreur: redefinition of ‘struct Liste’
liste.h:5: erreur: conflicting types for ‘PListe’
liste.h:5: note: previous declaration of ‘PListe’ was here
liste.h:7: erreur: conflicting types for ‘estListeVide’
liste.h:7: note: previous declaration of ‘estListeVide’ was here
liste.h:8: erreur: conflicting types for ‘listeVide’
liste.h:8: note: previous declaration of ‘listeVide’ was here
liste.h:9: erreur: conflicting types for ‘setSuivant’
liste.h:9: note: previous declaration of ‘setSuivant’ was here
liste.h:10: erreur: conflicting types for ‘getSuivant’
liste.h:10: note: previous declaration of ‘getSuivant’ was here
liste.h:11: erreur: conflicting types for ‘setElement’
liste.h:11: note: previous declaration of ‘setElement’ was here
liste.h:12: erreur: conflicting types for ‘getElement’
liste.h:12: note: previous declaration of ‘getElement’ was here
liste.h:13: erreur: conflicting types for ‘allouerListe’
liste.h:13: note: previous declaration of ‘allouerListe’ was here
liste.h:14: erreur: conflicting types for ‘ajoutEnTete’
liste.h:14: note: previous declaration of ‘ajoutEnTete’ was here
liste.h:15: erreur: conflicting types for ‘afficheRec’
liste.h:15: note: previous declaration of ‘afficheRec’ was here
liste.h:16: erreur: conflicting types for ‘longueurRec’
liste.h:16: note: previous declaration of ‘longueurRec’ was here
liste.h:17: erreur: conflicting types for ‘afficheInverse’
liste.h:17: note: previous declaration of ‘afficheInverse’ was here
arbrebinaire.c: In function ‘allouer’:
arbrebinaire.c:17: attention : assignment from incompatible pointer type
arbrebinaire.c: Hors de toute fonction :
arbrebinaire.c:21: erreur: conflicting types for ‘Racine’
arbrebinaire.h:16: note: previous declaration of ‘Racine’ was here
arbrebinaire.c: In function ‘Racine’:
arbrebinaire.c:22: attention : return from incompatible pointer type
arbrebinaire.c: Hors de toute fonction :
arbrebinaire.c:33: erreur: conflicting types for ‘setRacine’
arbrebinaire.h:19: note: previous declaration of ‘setRacine’ was here
arbrebinaire.c: In function ‘setRacine’:
arbrebinaire.c:34: attention : assignment from incompatible pointer type
arbrebinaire.c: Hors de toute fonction :
arbrebinaire.c:45: erreur: conflicting types for ‘Construire’
arbrebinaire.h:22: note: previous declaration of ‘Construire’ was here
arbrebinaire.c:174: erreur: expected ‘;’, ‘,’ or ‘)’ before ‘Facteur’
arbrebinaire.c: In function ‘LectureCodeFacteur’:
arbrebinaire.c:231: attention : implicit declaration of function ‘ArbreFacteurRec’
arbrebinaire.c:231: attention : assignment makes pointer from integer without a cast
Partager