From efd23153d6c094c7d60833548621e13f553871e9 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 6 Dec 2010 14:41:41 +0100 Subject: Grundgerüst erstellt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conv.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conv.c (limited to 'conv.c') diff --git a/conv.c b/conv.c new file mode 100644 index 0000000..efa8200 --- /dev/null +++ b/conv.c @@ -0,0 +1,18 @@ +/* + * vim:ts=4:sw=4:expandtab + * + */ +#include +#include +#include + +void conv() { + printf("conv started\n"); + for (;;) { + } +} + +void conv_cleanup() { + printf("conv cleanup\n"); + _exit(EXIT_SUCCESS); +} -- cgit v1.2.3-70-g09d2