[gambit-list] What is the Scheme notation for **argv
Vok Vojwo
ceving at gmail.com
Wed Nov 2 09:36:41 EDT 2011
I would like to write a c-lambda for gtk_init:
http://developer.gnome.org/gtk/2.24/gtk-General.html#gtk-init
As far as I see I have to specify a Scheme notation identifier for
each C type. Which would be the correct one for the ***argv argument?
This is a pointer to mains **argv.
And the second problem is, how can I access the original argv? I think
the command-line function returns a copy of the argv values.
More information about the Gambit-list
mailing list