aboutsummaryrefslogtreecommitdiff
path: root/Homework2/Header.h
diff options
context:
space:
mode:
authorAsahel <[email protected]>2024-01-29 16:19:29 -0800
committerAsahel <[email protected]>2024-01-29 16:19:29 -0800
commit3574cca5db98daa5264ea07d901fd366d07119ce (patch)
tree0165d863c7b745e298f4a05c758cbada99861776 /Homework2/Header.h
parentadd deadline (diff)
downloadhomework-2-asahellt-3574cca5db98daa5264ea07d901fd366d07119ce.tar.xz
homework-2-asahellt-3574cca5db98daa5264ea07d901fd366d07119ce.zip
Spacing and headers
Diffstat (limited to 'Homework2/Header.h')
-rw-r--r--Homework2/Header.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Homework2/Header.h b/Homework2/Header.h
new file mode 100644
index 0000000..a5e1d8b
--- /dev/null
+++ b/Homework2/Header.h
@@ -0,0 +1,11 @@
+
+#ifndef MY_HEADER_FILE_H
+#define MY_HEADER_FILE_H
+
+int returnInt();
+
+int sum(int a, int b);
+
+float FtoC(int fah);
+
+float CtoF(int cel); \ No newline at end of file