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