double mypower(float a, int n);
double power(float a, int n)

Choose one.