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