Compare commits

..

No commits in common. '5ecfab0cb9b9ba05aaad3fb22d4e761afad9233b' and '843673a9d5d4ed100547b6c185bd9b50aa2466ba' have entirely different histories.

@ -1,5 +1,2 @@
Clermont-Ferrand 2
Informatique
Biologie
136
Simon Carine
Grenoble Informatique 112 Dupont Jean
Clermont-Ferrand Informatique 136 Simon Carine

@ -1,6 +0,0 @@
typedef Liste; //a modifier
char* lireVille(FILE*);
char* lireDept(FILE*);
Liste initListe(void);

@ -1,19 +0,0 @@
#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;}
Loading…
Cancel
Save