#include main() { printf("hello\n"); } void sort (/*int*, int, int, */void (*) (int*, int, int)); void sort (/*int *ia, int, int low, int high, */void (*pf) (int*,int,int)) { printf("hello\n"); }