From 76cdf509b36bb0012cde9bc1760cdf3b26874af2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 9 Jan 2017 03:51:26 +0100 Subject: Use CIE XYZ instead of sRGB 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 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create 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 new file mode 100644 index 0000000..55170c0 --- /dev/null +++ b/src/vu-write-head.c @@ -0,0 +1,31 @@ +/* See LICENSE file for copyright and license details. */ +#include "arg.h" +#include "util.h" + +static void +usage(void) +{ + eprintf("usage: %s parameters ...\n", argv0); +} + +int +main(int argc, char *argv[]) +{ + int i; + + ARGBEGIN { + default: + usage(); + } ARGEND; + + if (!argc) + usage(); + + printf("%s", argv[0]); + for (i = 0; i < argc; i++) + printf(" %s", argv[i]); + printf("\n%cuivf", 0); + + efshut(stdout, ""); + return 0; +} -- cgit v1.2.3-70-g09d2