mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Issue #365
This commit is contained in:
parent
dc597a9926
commit
dfdad96d57
1 changed files with 4 additions and 0 deletions
|
@ -260,6 +260,10 @@ A Cyclone library may use the `c-linker-options` expression to instruct the comp
|
|||
(export curl-version)
|
||||
(c-linker-options "-lcurl")
|
||||
|
||||
This expression may also be used at the top level of a program, EG:
|
||||
|
||||
(c-linker-options "-lcurl")
|
||||
|
||||
## Calling Scheme Functions from C
|
||||
|
||||
C functions `Cyc_scm_call` and `Cyc_scm_call_no_gc` are provided to allow calling Scheme functions from C.
|
||||
|
|
Loading…
Add table
Reference in a new issue