diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 18:32:55 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 18:32:55 +0530 |
commit | d352dfca1246998fdf30be0be4198ef989fc44c4 (patch) | |
tree | 3f6face3e6cdaca43d3c43cf9775916c4bd3a218 /include/util.h | |
parent | 0fab8d3176e6adee1bb2e44e0386d3295a99261b (diff) |
util: add wrap_ptr()
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index ebfe862..bd2d25c 100644 --- a/include/util.h +++ b/include/util.h @@ -8,5 +8,6 @@ typedef struct { char *ltrim(char *s); char *rtrim(char *s); char *trim(char *s); +ptr_wrapper_t *wrap_ptr(void *ptr); #endif |