From dfdad96d57f50c13ca34942fb6612865a60503dd Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 18 Jan 2021 15:59:24 -0500 Subject: [PATCH] Issue #365 --- docs/User-Manual.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/User-Manual.md b/docs/User-Manual.md index dac0a41f..815f3d68 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -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.