1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-21 04:00:19 +02:00

(Fly Evaluation): Add scm_call_4, suggested by Bruce Korb.

This commit is contained in:
Kevin Ryde 2005-12-14 21:54:50 +00:00
parent 9abd541eb7
commit 8d596b11fc

View file

@ -383,6 +383,7 @@ then there's no @var{arg1}@dots{}@var{argN} and @var{arg} is the
@deffnx {C Function} scm_call_1 (proc, arg1)
@deffnx {C Function} scm_call_2 (proc, arg1, arg2)
@deffnx {C Function} scm_call_3 (proc, arg1, arg2, arg3)
@deffnx {C Function} scm_call_4 (proc, arg1, arg2, arg3, arg4)
Call @var{proc} with the given arguments.
@end deffn