summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/fact.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/fact.h b/inc/fact.h
new file mode 100644
index 0000000..de1220a
--- /dev/null
+++ b/inc/fact.h
@@ -0,0 +1,6 @@
+#ifndef FACT_H
+#define FACT_H
+
+unsigned int factorial(unsigned int);
+
+#endif