Home | History | Annotate | Download | only in sys
      1 
      2 void free(void *);
      3 #define FREE_POINTER(x) free(x)
      4 
      5