Date: Sat, 31 May 1997 11:43:54 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: hackers@FreeBSD.ORG Subject: Re: bcc vs cc/gcc (float) Message-ID: <19970531114354.LA46881@uriah.heep.sax.de> In-Reply-To: <199705310905.TAA08013@godzilla.zeta.org.au>; from Bruce Evans on May 31, 1997 19:05:01 %2B1000 References: <199705310905.TAA08013@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
As Bruce Evans wrote: > >int main(int argc, char **argv, char **envp) > I thought that it allowed the implementation to allow that. > I was mistaken. IMHO, Posix specifies the `extern char **environ' extension however. This seems to be more liberal in that the implementation is free in how this pointer is being initialized. I don't see a declaration for environ in our /usr/include/ files. Shouldn't it be there? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970531114354.LA46881>