Skip to content
Snippets Groups Projects
Commit cd4ede83 authored by PAILLE Kyriann's avatar PAILLE Kyriann :8ball:
Browse files

Update stack.c

parent 870f92e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
// }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment