commentaires

master
Lola CHALMIN 2 years ago
parent 61ac2076b5
commit 4211ebe6f9

@ -4,22 +4,5 @@
#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;

@ -8,5 +8,23 @@
Brief :
*/
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