Help for this page

Select Code to Download


  1. or download this
      if(output != NULL) {
        free(output);
        printf("YES - output was free()ed\n");
      }