aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-10 19:00:58 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-10 19:00:58 +0300
commite83fbd86c57f2b4ed9e5f7816b74de84b14f7dfa (patch)
treeed3812dd9bc09cf007ad264db2430282c3b9f6e0
parentfe40ce26ec975c2e2f89409913321064a7876d5c (diff)
Add header protect thingy in 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_ */