This commit is contained in:
Mylloon 2021-12-24 00:16:44 +01:00
parent 6623fc3082
commit 335458122a
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -39,7 +39,7 @@ void decompression(FILE *entree, FILE *sortie);
*/ */
void assignationCode(Arbre arbre, int codeActuel, int longueur, Lettre *lettresListe, int *i, int *longueurTotale); void assignationCode(Arbre arbre, int codeActuel, int longueur, Lettre *lettresListe, int *i, int *longueurTotale);
// Convertis un arbre (struct Arbre) en Liste (struct Letre) // Convertis un arbre (struct Arbre) en Liste (struct Lettre).
Lettre * arbreVersListe(Arbre arbre, int taille, int *tailleTotale); Lettre * arbreVersListe(Arbre arbre, int taille, int *tailleTotale);
#endif #endif