#include #include #include #include //Recall the -lm to link in the above math header file. //Recall the -pg to make data for the profiler afterwards int primetest(int,int,int*); int loopthrough(int, int*);