diff --git a/donnees/log.don b/donnees/log.don new file mode 100644 index 0000000..1f1dd0d --- /dev/null +++ b/donnees/log.don @@ -0,0 +1,5 @@ +yadahmaneb Code1 +loobry Code2 +gurey Code3 +andeamorin Code4 +jemarcillac Code5 \ No newline at end of file diff --git a/header/sae.h b/header/sae.h index a522a11..3f11c18 100644 --- a/header/sae.h +++ b/header/sae.h @@ -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); diff --git a/source/.nfs000000000666118700000019 b/source/.nfs000000000666118700000019 new file mode 100755 index 0000000..a9acda4 Binary files /dev/null and b/source/.nfs000000000666118700000019 differ