/* See LICENSE file for copyright and license details. */ #include "common.h" USAGE("parameters ...") int main(int argc, char *argv[]) { UNOFLAGS(!argc); printf("%s", *argv++); while (*argv) printf(" %s", *argv++); printf("\n%cuivf", 0); efshut(stdout, ""); return 0; }