From ae247bbd7966786e6330508bee0a718496697cf6 Mon Sep 17 00:00:00 2001 From: "matheo.thierry" Date: Sat, 17 Dec 2022 09:45:59 +0100 Subject: [PATCH] MODIF ajustement P2 --- sae1-02.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sae1-02.c b/sae1-02.c index 20ded41..396aaf4 100644 --- a/sae1-02.c +++ b/sae1-02.c @@ -143,13 +143,13 @@ void affichageetu(listetuinfo a){ void test1(void){ listetuinfo *tetu[5000]; - listchoix lc; + Listchoixdept lc; int j,i, nb; char nomFich[31]; strcpy(nomFich, "candidature.txt"); nb = chargeretudiant(nomFich, tetu); for(j=0; jnbchoix; i++){ printf("carte %d={", i+1); lc = tetu[j]->lchoixdept;