From cd4ede83756b2c69882ab11a820dfa8d381ad341 Mon Sep 17 00:00:00 2001 From: PAILLE Kyriann <kyriann.paille9@etu.univ-lorraine.fr> Date: Sun, 8 Jan 2023 21:26:34 +0000 Subject: [PATCH] Update stack.c --- stack.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stack.c b/stack.c index 4e28520..42e49ba 100644 --- a/stack.c +++ b/stack.c @@ -4,6 +4,8 @@ #include <stdlib.h> /* malloc, free */ #include <stdbool.h> +// les fonctions ne marchent pas j'ai donc mis en commentaire pour laisser la compilation possible + // const empty_stack = false; // bool StackIsEmpty(stack *s) @@ -29,4 +31,4 @@ // { // stack old_s = stackHead(s); // return *s; -// } \ No newline at end of file +// } -- GitLab