Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. int compare (const void *element1, const void *element2)
  2. {  
  3.     return strcmp(*(const char**)element1,*(const char **)element2);
  4. }