- Suffix can be omitted. Suffixes given in the Scheme variable
*load-suffixes* gives the order in which suffixes must be
tried for loading a file. Default value for this variable is
("stk" "stklos" "scm" "so").
- When dynamic loading is used, the interpreter try to call a
function whose name is equal to the string "STk_init_" followed by the
name of the file, without suffix. Definitions of new primitives are generally done
in this function. Here, the C function in charge of module initialization must
be called STk_init_posix.
Figure:
A first version of file posix.c
 |