Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PREMIERE
ALGO
algorithme
Commits
279abae6
Commit
279abae6
authored
Nov 23, 2021
by
jonas.stirnema
Browse files
Fixed ifndef
parent
9584ab55
Changes
1
Show whitespace changes
Inline
Side-by-side
stack/include/stack.h
View file @
279abae6
...
...
@@ -10,8 +10,8 @@
#include <stdint.h>
#include <stdlib.h>
#ifndef _
J
STACK_H_
#define _
J
STACK_H_
#ifndef _STACK_H_
#define _STACK_H_
// DEFINES
#define INCREMENT_STACK 100
...
...
@@ -32,7 +32,4 @@ bool stack_is_full(stack_t st);
bool
stack_is_empty
(
stack_t
st
);
void
stack_destroy
(
stack_t
*
st
);
#endif
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment