/* Copyright (c) 2000, Len Budney. All rights reserved. echo0 is provided under the BSD license. */ /* echo0 -- print each command line argument, followed by a 0-byte. */ #include "buffer.h" #include "strerr.h" #define FATAL "echo0: fatal: " int main(int argc, char *argv[]) { int j; if (!argc) exit (0); for (j=1;j