llvm-project/clang/test/Analysis/diagnostics/Inputs/include/sys/queue.h

5 lines
53 B
C

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