C++程序  |  5行  |  53 B


void free(void *);
#define FREE_POINTER(x) free(x)