1
0
Fork 0
nvme-cli/util/cleanup.c
Daniel Baumann 2066c5b305
Adding upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 11:30:13 +01:00

4 lines
92 B
C

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