diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 18:29:29 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 18:29:29 +0530 |
commit | 0fab8d3176e6adee1bb2e44e0386d3295a99261b (patch) | |
tree | 6f5b3bc8f94549719a0cc53d1f22a33f36b2de77 /src/list.c | |
parent | 9376c06ded47c4b77b94cb4d1e628537d9d69fce (diff) |
util: move ptr_wrapper_t to util
Diffstat (limited to 'src/list.c')
-rw-r--r-- | src/list.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <util.h> list_t * list_create(size_t element_size) |