structure et .h mis en place

master
Roxane ROSSETTO 2 years ago
parent 7b7ad84ef4
commit 61ac2076b5

@ -2,3 +2,24 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "commun.h" #include "commun.h"
typedef struct {
int nEtu;
char nom[20];
char prenom[20];
float moymat;
float moyfr;
float moyen;
float moyspe;
int nbchx;
}Candidat;
typedef struct {
char ville[20];
char dptmt[20];
int dec;
int valid;
}Choix;

Loading…
Cancel
Save