summaryrefslogtreecommitdiff
path: root/Project1/header.h
diff options
context:
space:
mode:
authorConnor McDowell <[email protected]>2024-01-25 18:18:55 -0800
committerConnor McDowell <[email protected]>2024-01-25 18:18:55 -0800
commit227aee71b08d5fce3e8a63f0533014814315186e (patch)
treebc7f63f7cbad813efcecd9e06db8bdf7047a3170 /Project1/header.h
parenttest w open in larger file (diff)
downloadin-class-exercise-6-connormcdowell275-227aee71b08d5fce3e8a63f0533014814315186e.tar.xz
in-class-exercise-6-connormcdowell275-227aee71b08d5fce3e8a63f0533014814315186e.zip
entering filler
Diffstat (limited to 'Project1/header.h')
-rw-r--r--Project1/header.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Project1/header.h b/Project1/header.h
index 6f70f09..46ecf39 100644
--- a/Project1/header.h
+++ b/Project1/header.h
@@ -1 +1,12 @@
#pragma once
+int returnInt();
+
+int sum(int a, int b);
+
+float percentage(int a, int b);
+
+float FtoC(int fah);
+
+float CtoF(int cel)
+
+# \ No newline at end of file