Date: Mon, 14 May 2001 12:34:16 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Waldemar Schultz cc: djgpp AT delorie DOT com Subject: Re: getenv() question In-Reply-To: <3AFF9BB7.55A60FDF@ma.tum.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 14 May 2001, Waldemar Schultz wrote: > Thanks, and is there also a possibility of obtaining the > available free space in environ (allocated size of environ)? I'm not sure what are you asking, exactly. There's space that is allocate for `environ', which is an array of pointers, and there's additional space allocated for each "VAR=VALUE" string. Which one of these are you interested in?