Ajout du nouveau fichier .h, avec d'autres fonctions

master
Nicolas BLONDEAU 2 years ago
parent efe61267a1
commit 0f0ff51a70

@ -34,7 +34,7 @@ typedef enum {faux,vrai}Booleen;
//Liste:
VilleIUT Initialisation(void);
VilleIUT Enfiler(VilleIUT V, char *departement, int nbP,char *resp);
ListeD Enfiler(ListeD D, char *departement, int nbP,char *resp);
Booleen testVide(VilleIUT V);
void afficher (VilleIUT V);
VilleIUT defiler(VilleIUT V);

Loading…
Cancel
Save