Help for this page

Select Code to Download


  1. or download this
    free(s);
    with:
    __mingw_str_free(s);
    
  2. or download this
    void __cdecl __mingw_str_free(void *ptr) 
    { 
      if (ptr) free(ptr); 
    }