diff --git a/src/annexe/saeAnnexe.c b/src/annexe/saeAnnexe.c index e4ea068..d2b0597 100644 --- a/src/annexe/saeAnnexe.c +++ b/src/annexe/saeAnnexe.c @@ -60,7 +60,6 @@ int loadIUT(VilleIUT** tiut){ return tlogi; } -<<<<<<< HEAD void saveIUT(VilleIUT** tiut, int tlogi){ FILE* f=fopen("Etudiants.bin","rb"); if(f==NULL){ @@ -86,10 +85,7 @@ void saveIUT(VilleIUT** tiut, int tlogi){ printf("Les IUTs enregistrés ont bien étés sauvegardés."); } -int rechercheTabPtVilleIUT(VilleIUT* tab[],int lTab,char* mot){ -======= int rechercheIUT(VilleIUT* tab[],int lTab,char mot[]){ ->>>>>>> d1df1ce5e50feb147850be94e120a32207905272 if(!lTab){ return -1; }