diff options
author | Andy Wingo <wingo@pobox.com> | 2024-06-20 14:39:41 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2024-06-20 14:39:41 +0200 |
commit | 7401ca75b390e68c564fba5667fd19b44ef48b5f (patch) | |
tree | bbf9c4aa05049b79d2927205ffb02b8906df9235 /doc/ref | |
parent | 7d2ef990a039ff894bb3708e06f8d51c52aa3e13 (diff) | |
download | guile-7401ca75b390e68c564fba5667fd19b44ef48b5f.tar.gz |
Add link to foreign functions from gsubr doc
* doc/ref/api-procedures.texi (Primitive Procedures): Add link.
Diffstat (limited to 'doc/ref')
-rw-r--r-- | doc/ref/api-procedures.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ref/api-procedures.texi b/doc/ref/api-procedures.texi index 65ae2dbb1..2401d4fff 100644 --- a/doc/ref/api-procedures.texi +++ b/doc/ref/api-procedures.texi @@ -123,6 +123,9 @@ same way as @code{scm_c_make_gsubr}, which is usually not further required. @end deftypefun +@xref{Foreign Functions}, for another interface to call procedures +written in C from Scheme. + @node Compiled Procedures @subsection Compiled Procedures |