> 2) safeguard argv-loop as already seen in echo(1) with argc-decrement.
The arg loops can simply be for (; *argv; argv++) as the standard guarantees argv[argc] is NULL. -emg
> 2) safeguard argv-loop as already seen in echo(1) with argc-decrement.
The arg loops can simply be for (; *argv; argv++) as the standard guarantees argv[argc] is NULL. -emg