Hi What is the point of using pointers to functions in C ? Why not call directly a function ?
Thanks Elico
May be you want to be able to call different ones? qsort() ?