|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|