int compareInt(int i,int j); int addInt(int i,int j); extern array a; typedef int(* FUN) (int, int); void process(FUN f,int i,int j);