From 9af2bea582c083653c08abb965eba6f63de997fa Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 6 Dec 2010 14:47:57 +0100 Subject: aufgabe2 und aufgabe3 erstellt --- aufgabe2/statistic.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 aufgabe2/statistic.c (limited to 'aufgabe2/statistic.c') diff --git a/aufgabe2/statistic.c b/aufgabe2/statistic.c new file mode 100644 index 0000000..b83776a --- /dev/null +++ b/aufgabe2/statistic.c @@ -0,0 +1,18 @@ +/* + * vim:ts=4:sw=4:expandtab + * + */ +#include +#include +#include + +void statistic() { + printf("statistic started\n"); + for (;;) { + } +} + +void statistic_cleanup() { + printf("statistic cleanup\n"); + _exit(EXIT_SUCCESS); +} -- cgit v1.2.3-70-g09d2