summaryrefslogtreecommitdiff
path: root/Chapter6.hpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-09-05 11:18:52 +0200
committerOskar <[email protected]>2024-09-05 11:18:52 +0200
commitd2f183b8d0008bdb29e6c5c4fa04c14d7525ca9b (patch)
treed1ab4ddc3cea4214ffdb8f574a85283545b372f8 /Chapter6.hpp
parenta30d605024322ada2206d10898b8dfd6220107c1 (diff)
more
Diffstat (limited to 'Chapter6.hpp')
-rw-r--r--Chapter6.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Chapter6.hpp b/Chapter6.hpp
new file mode 100644
index 0000000..b3e431b
--- /dev/null
+++ b/Chapter6.hpp
@@ -0,0 +1,12 @@
+#include <iostream>
+
+/*
+ *
+ * 6.8
+ *
+ *
+ */
+
+int fact(int val);
+uint64_t fact_i(void);
+int AbsoluteValue(int v);