Quote Originally Posted by Salem View Post
The compare function gets pointers to pointers.
So it needs a simple wrapper to do one level of dereferencing to get to something strcmp can use.
It worked, thanks.