Where are the functions? All you have are prototypes listed in your code:


void GetValues(int x[], int *pN);
int FindBig(int x[], int n);
int FindSml(int x[], int n);