#ifndef HEADER #define HEADER void Swap(Node* first, Node* second); void Standardize_101(Node* node); void Square(Node* node); #endif HEADER