unplugged-system/external/clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h

5 lines
53 B
C
Raw Permalink Normal View History

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