diff options
| author | @syxhe <https://t.me/syxhe> | 2025-04-21 17:31:37 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-04-21 17:31:37 -0500 |
| commit | 9cf4667331b97f1123f4156273a46558e27c2d2d (patch) | |
| tree | 091766ab0cb3345bc9e61a2387dc65ca7714569c /src/ll-internal.h | |
| parent | d47f45a5e3e40b48131409071b119b442c78bffc (diff) | |
Start work on cqueue implementation, create cleanup set of functions
Diffstat (limited to 'src/ll-internal.h')
| -rw-r--r-- | src/ll-internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ll-internal.h b/src/ll-internal.h index f627807..e829669 100644 --- a/src/ll-internal.h +++ b/src/ll-internal.h | |||
| @@ -1,8 +1,9 @@ | |||
| 1 | #ifndef __VXGG_REWRITE___LL_INTERNAL_H___21242172227746___ | 1 | #ifndef __VXGG_REWRITE___LL_INTERNAL_H___21242172227746___ |
| 2 | #define __VXGG_REWRITE___LL_INTERNAL_H___21242172227746___ | 2 | #define __VXGG_REWRITE___LL_INTERNAL_H___21242172227746___ |
| 3 | 3 | ||
| 4 | #define __VXGG_REWRITE___LL_INTERNAL___ | 4 | #define __VXGG_REWRITE___LL_INTERNAL___ 1 |
| 5 | #include "ll.h" | 5 | #include "ll.h" |
| 6 | #undef __VXGG_REWRITE___LL_INTERNAL___ | ||
| 6 | 7 | ||
| 7 | typedef struct dll { | 8 | typedef struct dll { |
| 8 | void *data; | 9 | void *data; |
