From d7dca30d4db39091200de8c73ecf73c86dc79518 Mon Sep 17 00:00:00 2001 From: "yann.champeau" Date: Fri, 13 Jan 2023 15:30:57 +0100 Subject: [PATCH] C'est mieux. --- src/annexe/saeAnnexe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/annexe/saeAnnexe.h b/src/annexe/saeAnnexe.h index 354d68d..78afdfa 100644 --- a/src/annexe/saeAnnexe.h +++ b/src/annexe/saeAnnexe.h @@ -83,7 +83,7 @@ int rechercheIUT(VilleIUT* tab[],int lTab,char mot[]); * \param [in] tlogi taille logique du tableau. * \return la copie du tableau. */ -int* tabcpy(int tab[], int tlogi); +void tabcpy(int tabS[], int tabD[], int tlogi); //Fonctions relatives aux listes chaînées :