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/blind-write-head.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/blind-write-head.c (limited to 'src/blind-write-head.c') diff --git a/src/blind-write-head.c b/src/blind-write-head.c new file mode 100644 index 0000000..9e7c4a3 --- /dev/null +++ b/src/blind-write-head.c @@ -0,0 +1,18 @@ +/* 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