Stupid question: What's wrong with using **argv? Is there some style
issue I'm unaware of?

Thanks

On 05/03/2015, Evan Gates <evan.ga...@gmail.com> wrote:
> 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
>


-- 
Four word witty remark

Reply via email to