diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-10 19:00:58 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-10 19:00:58 +0300 |
| commit | e83fbd86c57f2b4ed9e5f7816b74de84b14f7dfa (patch) | |
| tree | ed3812dd9bc09cf007ad264db2430282c3b9f6e0 | |
| parent | fe40ce26ec975c2e2f89409913321064a7876d5c (diff) | |
Add header protect thingy in stack.h
| -rw-r--r-- | stack.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1 +1,6 @@ +#ifndef STACK_H_ +#define STACK_H_ + // TODO: implement a stack + +#endif /* STACK_H_ */ |
