comp.lang.ada
 help / color / mirror / Atom feed
From: sk <noname@myob.com>
Subject: Re: accessing environment variables
Date: Wed, 06 Nov 2002 09:17:27 -0600
Date: 2002-11-06T09:17:27-06:00	[thread overview]
Message-ID: <mailman.1036596181.10006.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: 3DC9397D.5070500@cnam.fr

Hi,

> i am under linux
>
> gnatls -v =>
>

Ada.Command_Line.Environment

    function Environment_Count return Natural;

    function Environment_Value (Number : in Positive) return String;

... OR ...

Gnat.Os_Lib

    function Getenv (Name : String) return String_Access;

    procedure Setenv (Name : String; Value : String);

-- 
-------------------------------------
-- Merge vertically for real address
-------------------------------------
s n p @ t . o
 k i e k c c m
-------------------------------------



  reply	other threads:[~2002-11-06 15:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-06 15:22 accessing environment variables evangeli
2002-11-06 14:32 ` David C. Hoos
2002-11-06 15:47   ` evangeli
2002-11-06 15:17     ` sk [this message]
2002-11-06 16:32       ` evangeli
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox