help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] How to access environment variables ?


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] How to access environment variables ?
Date: Thu, 15 Jan 2009 20:59:20 +0100
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

> environ returns char **
> 
> should the returning part in cFuncs.st be
> 
> returning: ( #array #string )
> 
> what about the size though?

Returning #(#ptr #string), with some Smalltalk code to convert it to an
OrderedCollection.  Everything else is correct.

Paolo






reply via email to

[Prev in Thread] Current Thread [Next in Thread]