mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* box-dynamic-module/box-module.scm: New file.
This commit is contained in:
parent
17fa3fcf36
commit
d36350e841
4 changed files with 11 additions and 14 deletions
|
@ -133,7 +133,8 @@ init_box_type (void * unused)
|
|||
second argument. It will initialize the shared, library, but will
|
||||
place the definitions in a module called (box-module), so that an
|
||||
additional (use-modules (box-module)) is needed to make them
|
||||
accessible. */
|
||||
accessible. In this example, the Scheme file box-module.scm is
|
||||
responsible for doing the load-extension call. */
|
||||
void
|
||||
scm_init_box ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue