aboutsummaryrefslogtreecommitdiff
path: root/Inclass-9/ReferenceExamples.h
blob: a5c5ce04c1f0ffce6f5867c264c6d37060288dab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef HEADER
#define HEADER

void Swap(int& x, int& y);

void Standardize_101(int& n);

void Square(int& x);




#endif HEADER