// Vector manipulation routines

void CopyVector(int* fromVector, int* toVector, int n);
void PrintVector(int* vector, int n);
