diff --git a/src/IV/quatre.h b/src/IV/quatre.h index e69de29..80096c8 100644 --- a/src/IV/quatre.h +++ b/src/IV/quatre.h @@ -0,0 +1,12 @@ +/*! + \file quatre.h + \author GOIGOUX Lucie & JEUDI--LEMOINE Alix + \date 12/01/23 + \brief Partie 4 de la SAE 1.02 + + Application de gestion des candidature dans les IUT de France +*/ + +void menuCandidat_suivreCandidature(ListeCandidats liste, int nbCandidats, Candidat* candidat); + +void menuResponsable_traiterCandidatures(VilleIUT** tiut, int nbVilles, ListeCandidats liste, int nbCandidats); \ No newline at end of file