From 4674ec0e4b833ab0d0365225ba99228df14abe87 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 13 Jan 2017 09:05:08 +0100 Subject: Rename to blind MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/vu-write-head.c | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/vu-write-head.c (limited to 'src/vu-write-head.c') 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, ""); - return 0; -} -- cgit v1.2.3-70-g09d2