diff options
| author | Asahel <[email protected]> | 2024-02-06 09:08:50 -0800 |
|---|---|---|
| committer | Asahel <[email protected]> | 2024-02-06 09:08:50 -0800 |
| commit | 5795389ffa825f1529db9a226374d8b4299ce66c (patch) | |
| tree | 613f463b88bb26891d8836a7937c23245a4ba413 /InClassExercise 9/ReferenceExamples.h | |
| parent | add deadline (diff) | |
| download | in-class-exercise-9-asahellt-5795389ffa825f1529db9a226374d8b4299ce66c.tar.xz in-class-exercise-9-asahellt-5795389ffa825f1529db9a226374d8b4299ce66c.zip | |
Completed assignment.
Diffstat (limited to 'InClassExercise 9/ReferenceExamples.h')
| -rw-r--r-- | InClassExercise 9/ReferenceExamples.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/InClassExercise 9/ReferenceExamples.h b/InClassExercise 9/ReferenceExamples.h new file mode 100644 index 0000000..babe760 --- /dev/null +++ b/InClassExercise 9/ReferenceExamples.h @@ -0,0 +1,11 @@ +#ifndef REFERENCE_EXAMPLES_H +#define REFERENCE_EXAMPLES_H + +void Swap(int& x, int& y); + + +void Standardize_101(int& n); + +void Square(int& x); + +#endif
\ No newline at end of file |