aboutsummaryrefslogtreecommitdiff
path: root/InClassExercise 9/PointerExercises.h
diff options
context:
space:
mode:
authorAsahel <[email protected]>2024-02-12 09:14:39 -0800
committerAsahel <[email protected]>2024-02-12 09:14:39 -0800
commit73f07ebff7508d9c84a057de5aed162ac1c3da32 (patch)
tree19f2da57f25ea19cd8b3840d80995dea367f4b17 /InClassExercise 9/PointerExercises.h
parentCompleted assignment. (diff)
downloadin-class-exercise-9-asahellt-73f07ebff7508d9c84a057de5aed162ac1c3da32.tar.xz
in-class-exercise-9-asahellt-73f07ebff7508d9c84a057de5aed162ac1c3da32.zip
Not sure if I commited. Making sure.
Diffstat (limited to 'InClassExercise 9/PointerExercises.h')
-rw-r--r--InClassExercise 9/PointerExercises.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/InClassExercise 9/PointerExercises.h b/InClassExercise 9/PointerExercises.h
new file mode 100644
index 0000000..2894655
--- /dev/null
+++ b/InClassExercise 9/PointerExercises.h
@@ -0,0 +1,13 @@
+#ifndef POINTER_EXERCISES_H
+#define POINTER_EXERCISES_H
+
+#include "Node.h"
+
+void Swap(Node* first, Node* second);
+
+void Standardize_101(Node* node);
+
+void Square(Node* node);
+
+
+#endif // !POINTER_EXERCISES_H