Guile add two more examples and use load-extension instead of dynamic-load
This commit is contained in:
parent
4e4b73e7c0
commit
d3cddb1355
5 changed files with 52 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
;;; Test out some multi-argument typemaps
|
||||
|
||||
(dynamic-call "scm_init_example_module" (dynamic-link "./libexample"))
|
||||
(load-extension "./libexample" "scm_init_example_module")
|
||||
|
||||
; Call the GCD function
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue