• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 
2 void free(void *);
3 #define FREE_POINTER(x) free(x)
4 
5