aboutsummaryrefslogtreecommitdiffstats
path: root/src/vu-write-head.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vu-write-head.c')
-rw-r--r--src/vu-write-head.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/vu-write-head.c b/src/vu-write-head.c
deleted file mode 100644
index 9e7c4a3..0000000
--- a/src/vu-write-head.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/* See LICENSE file for copyright and license details. */
-#include "util.h"
-
-USAGE("parameters ...")
-
-int
-main(int argc, char *argv[])
-{
- ENOFLAGS(!argc);
-
- printf("%s", *argv++);
- while (*argv)
- printf(" %s", *argv++);
- printf("\n%cuivf", 0);
-
- efshut(stdout, "<stdout>");
- return 0;
-}