diff options
| author | Blake Romero <blake@blkrom.com> | 2025-10-07 20:28:49 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-10-07 20:28:49 +0100 |
| commit | a10730eed446becc756f8ec860bd93b8c38f4c29 (patch) | |
| tree | 17c5eadf4cf57fa7837f25551078caa7c0da76f9 /src/ll.h | |
| parent | e7c709f408385c26acbf165d80fbee56c72d02c5 (diff) | |
Rename header guards
Diffstat (limited to 'src/ll.h')
| -rw-r--r-- | src/ll.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ -#ifndef LL -#define LL +#ifndef LL_H +#define LL_H #define NEW_NODE llnode(); @@ -51,4 +51,4 @@ int llrmlast(Node** head); // O(n) int llrm(Node** head, int index); -#endif //LL +#endif //LL_H |
