diff options
Diffstat (limited to 'util/cleanup.c')
-rw-r--r-- | util/cleanup.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/cleanup.c b/util/cleanup.c new file mode 100644 index 0000000..0d5d910 --- /dev/null +++ b/util/cleanup.c @@ -0,0 +1,4 @@ +#include <stdlib.h> +#include "cleanup.h" + +DEFINE_CLEANUP_FUNC(cleanup_charp, char *, free); |