@ -28,6 +28,27 @@ void global(void)
choice = displayMenu();
//TODO > Voir si on a le droit au switch/case
while(choice != 4)
{
if(choice == 1)
//TODO > Connexion
}
else if(choice == 2)
//TODO > Inscription
else if(choice == 3)
//TODO > Faire opposition
else
printf("Erreur, veuillez entrer un choix valide.\n");
int main(void)