From 5122f2d1df9d6573156c5c73995150ce05f6dad7 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Fri, 6 Jan 2023 16:48:54 +0100 Subject: [PATCH] Ajout fichier trois.h et prototype afficherCandidaturesByDept --- src/III/trois.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/III/trois.h diff --git a/src/III/trois.h b/src/III/trois.h new file mode 100644 index 0000000..6135075 --- /dev/null +++ b/src/III/trois.h @@ -0,0 +1,11 @@ +/*! + \file deux.h + \author GOIGOUX Lucie & JEUDI--LEMOINE Alix + \date 06/01/23 + \brief Partie 3 de la SAE 1.02 + + Application de gestion des candidature dans les IUT de France +*/ + +//FONCTIONS ET DOCUMENTATION +void afficherCandidaturesByDept(ListeCandidats liste, int nbCandidats, char* searchIUT, char* searchDept); \ No newline at end of file