DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) Primitives

Info Catalog (guile.info.gz) API Overview (guile.info.gz) C Only
 
 20.1 Identical Function in both Scheme and C
 ============================================
 
 They form the majority of the API, and allow both C and Scheme
 programmers to perform identical operations.
 
    Scheme procedures marked "primitive functions" have a regular
 interface when calling from C, reflected in two areas: the name of a C
 function, and the convention for passing non-required arguments to this
 function.
 

Menu

 
* Transforming Scheme name to C name
* Structuring argument lists for C functions
 
Info Catalog (guile.info.gz) API Overview (guile.info.gz) C Only
automatically generated byinfo2html