Modif affiliée

master
DahmaneYanis 2 years ago
parent 0629490ce2
commit d07d505eb5

@ -0,0 +1,5 @@
yadahmaneb Code1
loobry Code2
gurey Code3
andeamorin Code4
jemarcillac Code5

@ -24,6 +24,12 @@ void testColor(void);
Les structures
------------------------------------------------------------------------
*/
typedef struct log
{
char utilisateur[30];
char mdp[30];
}Log;
typedef struct maillonDept
{
char nomDept[30];
@ -82,6 +88,7 @@ typedef struct
*/
// sae.c
void Globale(void);
Log * chargementLog(char * nomFichier);
//void menuVisiteur(VilleIut *villeIut, int nbVilles);
void menuVisiteur(void);
int afficherMenuVisiteur(void);

Loading…
Cancel
Save