14 lines
162 B
C
14 lines
162 B
C
|
#include "arbre.h"
|
||
|
|
||
|
void convertisseurListeEnArbre(Liste *liste) {
|
||
|
|
||
|
}
|
||
|
|
||
|
void encode(FILE *entree, FILE *sortie) {
|
||
|
|
||
|
}
|
||
|
|
||
|
void decode(FILE *entree, FILE *sortie) {
|
||
|
|
||
|
}
|