#include "header.h" int main(void) { double (*pf) (int, double) = f; MakeTable( NMIN, NMAX, XMIN, XMAX, DX, pf); return EXIT_SUCCESS; }