mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +02:00
(Initialization): Cross reference Runtime Environment
for scm_set_program_arguments.
This commit is contained in:
parent
8ebec34d80
commit
bd3468384a
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ The function @code{scm_boot_guile} arranges for the Scheme
|
|||
@code{command-line} function to return the strings given by @var{argc}
|
||||
and @var{argv}. If @var{main_func} modifies @var{argc} or @var{argv},
|
||||
it should call @code{scm_set_program_arguments} with the final list, so
|
||||
Scheme code will know which arguments have been processed.
|
||||
Scheme code will know which arguments have been processed
|
||||
(@pxref{Runtime Environment}).
|
||||
@end deftypefn
|
||||
|
||||
@deftypefn {C Function} void scm_shell (int @var{argc}, char **@var{argv})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue