diff --git a/stack.c b/stack.c index 4e285201848e922621d38654a3b27143e0432948..42e49ba646998eef6cd47ee725fb59099d1a3f4d 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 +// }