chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Binding function which takles multiple values


From: Alex Queiroz
Subject: [Chicken-users] Binding function which takles multiple values
Date: Thu, 10 May 2007 15:26:02 -0300

Hallo,

    I've got to bind one of the following functions:

handle* Hbox(Ihandle *child, ...);
handle* Hboxv(Ihandle **children);

Which one is easier in Chicken? I guess I'll have to create a list
using the C API, right?

Cheers,
--
-alex




reply via email to

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