You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
672 B

// Inclusion de la bibliothèque sae102.h pour connaître les fonctions et pour inclure la bibliothèque <stdio.h>
#include "sae102.h"
/*
Structures
VilleIUT (Erwan)
ldept (liste de département) (Erwan)
MaillonDept (Coco)
Sous menus
User (Coco)
Admin (Erwan)
Fonctions
Recherche (hard (x3)) (Erwan)
Ajouter (hard) (Coco)
Supprimer (hard) (Coco)
Charger (moyen) (Erwan)
Sauvegarder (ez) (Erwan)
Afficher (ez+) (Erwan)
ModifNbPlaces (moyen-) (Coco)
ModifResp (moyen-) (Coco)
TESTS
DOCS
for()
if()
coucou = coucou
5+6 -> 5 + 6
int fonc(void){
printf("");
}
*/