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

Loading…
Cancel
Save