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