Clang Project

clang_source_code/test/Analysis/diagnostics/Inputs/include/sys/queue.h
1
2void free(void *);
3#define FREE_POINTER(x) free(x)
4
5