help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] Passing a struct to a c-callout


From: Mathieu Suen
Subject: Re: [Help-smalltalk] Passing a struct to a c-callout
Date: Thu, 17 Feb 2011 21:29:28 +0100

On Feb 17, 2011, at 9:03 PM, Holger Hans Peter Freyther wrote:

> On 02/17/2011 08:54 PM, Mathieu Suen wrote:
>> Hi
>> 
> 
>> In smalltalk I want to call this function so I have add a cCall wit variadic 
>> arguments:
>> 
>> foo [
>>      <cCall: 'foo' returning: #void args: #( #variadic )>
>> ]
> 

oops sorry in fact I mean:

foo: list [
        <cCall: 'foo' returning: #void args: #( #variadic )>
]

> you will need to pass at least some argument...
> 
> _______________________________________________
> help-smalltalk mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/help-smalltalk




reply via email to

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