Ajustements.

master
Yann CHAMPEAU 3 years ago
parent 1d39857087
commit 722fe5146b

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

Loading…
Cancel
Save