Is the keyword const necessary in the comparison function in qsort and
bsearch?
int (*compar)(const void *, const void *)
If the pointer cannot be dereferenced why worry if the pointed object
will be modified?
bsearch?
int (*compar)(const void *, const void *)
If the pointer cannot be dereferenced why worry if the pointed object
will be modified?
Comment