aboutsummaryrefslogtreecommitdiff
path: root/Inclass 10/Header.h
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-02-08 13:01:52 -0800
committerConnor McDowell <[email protected]>2024-02-08 13:01:52 -0800
commitd9c2b538cfc36cd5096f52fc481cca457c6a52cb (patch)
tree53399b169e4dbac4b68bf11eabfb947eceda4e3b /Inclass 10/Header.h
parentadd deadline (diff)
downloadin-class-exercise-10-connormcdowell275-d9c2b538cfc36cd5096f52fc481cca457c6a52cb.tar.xz
in-class-exercise-10-connormcdowell275-d9c2b538cfc36cd5096f52fc481cca457c6a52cb.zip
program.cpp and header.h set up
Diffstat (limited to 'Inclass 10/Header.h')
-rw-r--r--Inclass 10/Header.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Inclass 10/Header.h b/Inclass 10/Header.h
new file mode 100644
index 0000000..edfa1e2
--- /dev/null
+++ b/Inclass 10/Header.h
@@ -0,0 +1,13 @@
+#ifndef HEADER
+#define HEADER
+
+void Swap(Node* first, Node* second);
+
+void Standardize_101(Node* node);
+
+void Square(Node* node);
+
+
+
+
+#endif HEADER