From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,85592352d25c0f43 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: getenv in Ada Date: 1998/12/02 Message-ID: <36649bdb.116439355@news.pacbell.net>#1/1 X-Deja-AN: 417684855 References: X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 912563227 207.214.211.210 (Tue, 01 Dec 1998 17:47:07 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Tue, 01 Dec 1998 17:47:07 PDT Newsgroups: comp.lang.ada Date: 1998-12-02T00:00:00+00:00 List-Id: >is there a procedure or function similar to getenv in Ada95? No, since many Ada targets have no such thing as an "environment". But any compiler targetted to Unix or DOS or Windows probably supplies a getenv function or its equivalent in a library. Look in your compiler documentation.