general

what does this mean ?

int (*cmp)(const char *, const char *));
this is a pointer to a function returning int which takes 2 const char* as argument.
Really appreciated god bless you man
and it is definition.. you have assign cmp before you make call using it!
Topic archived. No new replies allowed.