@ -0,0 +1,19 @@
#include "main.h"
#include <stdio.h>
#include <stdlib.h>
char* lireVille(FILE* fe){
char* Ville;
fscanf("%s\t", Ville);
return Ville;
}
char* lireDept(FILE* fe){
char* Dept;
fscanf("%s\n", Dept);
return Dept;
Liste initListe(void){return NULL;}