GNU Info

Info Node: (guile.info)Structuring argument lists for C functions

(guile.info)Structuring argument lists for C functions


Prev: Transforming Scheme name to C name Up: Relationship between Scheme and C functions
Enter node , (file) or (file)node

Structuring argument lists for C functions
==========================================

The C function's arguments will be all of the Scheme procedure's
argumements, both required and optional; if the Scheme procedure takes a
"rest" argument, that will be a final argument to the C function.  The
C function's arguments, as well as its return type, will be `SCM'.


automatically generated by info2www version 1.2.2.9