From fbbb31994a43bc51d440c4add87ac775afb19fa7 Mon Sep 17 00:00:00 2001 From: Ada MARTINEK Date: Sat, 12 Oct 2024 15:34:09 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'graphe/src/liste.h?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- graphe/src/liste.h | 1 + 1 file changed, 1 insertion(+) diff --git a/graphe/src/liste.h b/graphe/src/liste.h index 1dc9c80..73cb5ed 100644 --- a/graphe/src/liste.h +++ b/graphe/src/liste.h @@ -20,3 +20,4 @@ bool rechList (Liste l, int x); int lgList (Liste l); Liste addQList (Liste l, int x); void afficherList (Liste l); +Liste copie(Liste l); \ No newline at end of file