From 9949e8048ae4055e9593a155c39b9b665ecaafb7 Mon Sep 17 00:00:00 2001 From: "yann.champeau" Date: Fri, 13 Jan 2023 20:01:13 +0100 Subject: [PATCH] C'est mieux. --- src/partie3/saeP3.c | 2 +- src/partie3/saeP3.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/partie3/saeP3.c b/src/partie3/saeP3.c index c72024b..668a39c 100644 --- a/src/partie3/saeP3.c +++ b/src/partie3/saeP3.c @@ -224,7 +224,7 @@ int* tri_fusion(int* tabNote, int* tabIDCandidatAttente, int taille) } }*/ -int* fusion(tabG,tailleG,tabNoteG,tabD,tailleD,tabNoteD,retNote){ +int* fusion(int tabG[],int tailleG, int tabNoteG[], int tabD[], int tailleD, int tabNoteD[], int retNote[]){ int ret[tailleG+tailleD] int iG=0, iD=0; while (i1