1 2 3 4 5 6 7 8 9
int use_FREE_AND_NULL(int *v) { FREE_AND_NULL(*v); } int need_no_if(int *v) { free(v); }