aboutsummaryrefslogtreecommitdiff
path: root/aufgabe4/statistic.h
diff options
context:
space:
mode:
Diffstat (limited to 'aufgabe4/statistic.h')
-rw-r--r--aufgabe4/statistic.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/aufgabe4/statistic.h b/aufgabe4/statistic.h
new file mode 100644
index 0000000..50b82f4
--- /dev/null
+++ b/aufgabe4/statistic.h
@@ -0,0 +1,7 @@
+#ifndef _STATISTIC_H
+#define _STATISTIC_H
+
+void statistic();
+void statistic_cleanup();
+
+#endif