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

6 lines
137 B
C
Raw Normal View History

// SPDX-License-Identifier: GPL-2.0-or-later
#include <stdlib.h>
#include "cleanup.h"
DEFINE_CLEANUP_FUNC(cleanup_charp, char *, free);