use arg.h
change **argv to *argv[]
change strcmp == 0 to !strcmp
change NOTREACHED to not reached
fix test to check if basename(argv0) == "[" but avoid basename as it
can alter the contents of the string passed to it and I didn't want to
make a copy
Received on Thu Mar 05 2015 - 02:34:02 CET