// Test Input Function for Function Pointers #include #include "fTest.h" void AllansSin(const float x, float *fValue){ *fValue = sin(x); }