Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!sdd.hp.com!uakari.primate.wisc.edu!crdgw1!uunet!mcrware!jejones From: jejones@mcrware.UUCP (James Jones) Newsgroups: comp.os.os9 Subject: Re: OSK environment variable passing Message-ID: <6822@mcrware.UUCP> Date: 10 Jun 91 00:12:38 GMT References: <1991Jun7.164645.1189@shearson.com> Reply-To: jejones@mcrware.UUCP (James Jones) Organization: Microware Systems Corp., Des Moines, Iowa Lines: 8 Just declare extern char **environ; and pass that--should do the trick. (It's also passed along as a third argument to main().) James Jones