1
0
Fork 0
nvme-cli/util/cleanup.c

5 lines
92 B
C
Raw Permalink Normal View History

#include <stdlib.h>
#include "cleanup.h"
DEFINE_CLEANUP_FUNC(cleanup_charp, char *, free);