@ -111,6 +111,7 @@ void tabcpy(int tabS[], int tabD[], int tlogi){
int existeDep(MaillonDep* liste, char* dep){
MaillonDep* m=liste;
while(m->suivant!=NULL){
printf("%s, %s\n",m->departement,dep);
if(!strcmp(m->departement,dep)){
return 1;
}