brintos

brintos / llvm-project-archived public Read only

0
0
Text · 53 B · 2740e17 Raw
5 lines · c
1 2void free(void *);3#define FREE_POINTER(x) free(x)4 5