Set an application specific compare function for the elements of the list
Set an application specific compare function for the elements of the listAn application specific compare function can be used.
The default compare function compares the two pointers directly, i.e. it tests for object identity.
The keycompare function specified should behave like strcmp().