mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(Dia Primitives): Cross ref for scm_c_define_gsubr.
This commit is contained in:
parent
4906d8bd20
commit
e0e75ddfa2
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ errors like this must be caught at run time.
|
|||
|
||||
Having written the C code for your primitives, you need to make them
|
||||
available as Scheme procedures by calling the @code{scm_c_define_gsubr}
|
||||
function. @code{scm_c_define_gsubr} (REFFIXME) takes arguments that
|
||||
function. @code{scm_c_define_gsubr} (@pxref{Primitive Procedures}) takes arguments that
|
||||
specify the Scheme-level name for the primitive and how many required,
|
||||
optional and rest arguments it can accept. The @code{square?} primitive
|
||||
always requires exactly one argument, so the call to make it available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue