From 48aa9e29fb8c6b82db35ad015e511d8feb4a961e Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Fri, 13 Jan 2023 14:06:21 +0100 Subject: [PATCH] Ajout prototype menuCandidat_suivreCandidature & menuResponsable_traiterCandidature --- src/IV/quatre.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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