Skip to content
Snippets Groups Projects
Commit 279abae6 authored by jonas.stirnema's avatar jonas.stirnema
Browse files

Fixed ifndef

parent 9584ab55
Branches
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@
#include <stdint.h>
#include <stdlib.h>
#ifndef _JSTACK_H_
#define _JSTACK_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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment