Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
algorithme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PREMIERE
ALGO
algorithme
Commits
279abae6
Commit
279abae6
authored
3 years ago
by
jonas.stirnema
Browse files
Options
Downloads
Patches
Plain Diff
Fixed ifndef
parent
9584ab55
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
stack/include/stack.h
+2
-5
2 additions, 5 deletions
stack/include/stack.h
with
2 additions
and
5 deletions
stack/include/stack.h
+
2
−
5
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment