aboutsummaryrefslogtreecommitdiff
path: root/stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'stack.h')
-rw-r--r--stack.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stack.h b/stack.h
index 72fd1f2..48fea92 100644
--- a/stack.h
+++ b/stack.h
@@ -1 +1,6 @@
+#ifndef STACK_H_
+#define STACK_H_
+
// TODO: implement a stack
+
+#endif /* STACK_H_ */