4 lines
92 B
C
4 lines
92 B
C
#include <stdlib.h>
|
|
#include "cleanup.h"
|
|
|
|
DEFINE_CLEANUP_FUNC(cleanup_charp, char *, free);
|