// Test Function for Function Pointers #include "fTest.h" void fTable(float xMin, float xMax, float xDelta, void (* f)(const float, float *)){ float x, fVal; for(x=xMin; x