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

Moved stdbool inside #ifndef

parent 9808d031
No related branches found
No related tags found
1 merge request!20Resolve "Add clear function"
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
#include <stdbool.h>
#ifndef _STACK_H_ #ifndef _STACK_H_
#define _STACK_H_ #define _STACK_H_
#include <stdbool.h>
typedef struct _stack { typedef struct _stack {
int *data; int *data;
int capacity; int capacity;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment