aboutsummaryrefslogtreecommitdiff
path: root/conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'conv.c')
-rw-r--r--conv.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/conv.c b/conv.c
deleted file mode 100644
index efa8200..0000000
--- a/conv.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * vim:ts=4:sw=4:expandtab
- *
- */
-#include <stdlib.h>
-#include <stdio.h>
-#include <unistd.h>
-
-void conv() {
- printf("conv started\n");
- for (;;) {
- }
-}
-
-void conv_cleanup() {
- printf("conv cleanup\n");
- _exit(EXIT_SUCCESS);
-}