mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-05 00:40:48 -08:00
Export new dynamic FFI functions.
This commit is contained in:
parent
b1e54f45b2
commit
91335cdfd3
2 changed files with 6 additions and 0 deletions
|
|
@ -274,11 +274,14 @@ EXPORTS
|
|||
si_load_foreign_module
|
||||
si_null_pointer_p
|
||||
si_size_of_foreign_elt_type
|
||||
si_call_cfun
|
||||
|
||||
ecl_make_foreign_data
|
||||
ecl_allocate_foreign_data
|
||||
ecl_foreign_data_pointer_safe
|
||||
ecl_string_pointer_safe
|
||||
ecl_foreign_data_ref_elt
|
||||
ecl_foreign_data_set_elt
|
||||
|
||||
; file.c
|
||||
|
||||
|
|
|
|||
|
|
@ -274,11 +274,14 @@ EXPORTS
|
|||
si_load_foreign_module
|
||||
si_null_pointer_p
|
||||
si_size_of_foreign_elt_type
|
||||
si_call_cfun
|
||||
|
||||
ecl_make_foreign_data
|
||||
ecl_allocate_foreign_data
|
||||
ecl_foreign_data_pointer_safe
|
||||
ecl_string_pointer_safe
|
||||
ecl_foreign_data_ref_elt
|
||||
ecl_foreign_data_set_elt
|
||||
|
||||
; file.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue