In Mon, 5 Jul 2021 13:36:50 +0200 Hiltjo Posthuma <hil...@codemadness.org> wrote:
> It is based on: > https://9fans.github.io/plan9port/man/man3/arg.html > > argc (count) and argv (array of strings) are the program argument > names. > Hmmm, now I'm confused about possible meaning for __fixargv0(). Its definition is not here, what means that it can't see argv0, defined just above. Must be rather that it works with argv[0], in this case I'm rather wrong about "fix", haha.