#ifndef HEADER #define HEADER void Swap(int& x, int& y); void Standardize_101(int& n); void Square(int& x); #endif HEADER