aboutsummaryrefslogtreecommitdiff
path: root/CST116F2021-Lab8/13b/13b.h
diff options
context:
space:
mode:
authorJacobAKnox <[email protected]>2021-11-13 09:49:09 -0800
committerJacobAKnox <[email protected]>2021-11-13 09:49:09 -0800
commitfcecfe178999fcf25cc7ad088913626f7f18f1fa (patch)
treef0a41368e63f3c0d808ee960a2daa5c71a044f31 /CST116F2021-Lab8/13b/13b.h
parentAdd online IDE url (diff)
downloadcst115-lab8-jacobaknox-master.tar.xz
cst115-lab8-jacobaknox-master.zip
13 completedHEADmaster
Diffstat (limited to 'CST116F2021-Lab8/13b/13b.h')
-rw-r--r--CST116F2021-Lab8/13b/13b.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116F2021-Lab8/13b/13b.h b/CST116F2021-Lab8/13b/13b.h
new file mode 100644
index 0000000..fb89068
--- /dev/null
+++ b/CST116F2021-Lab8/13b/13b.h
@@ -0,0 +1,3 @@
+#pragma once
+
+float FindMedian(float nums[], const int amt);