mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 22:40:25 +02:00
(scm_set_program_arguments_scm): New function,
implementing `set-program-arguments'.
This commit is contained in:
parent
ecf450b1e1
commit
4920a9b613
2 changed files with 18 additions and 1 deletions
|
@ -27,6 +27,7 @@
|
|||
SCM_API void scm_add_feature (const char* str);
|
||||
SCM_API SCM scm_program_arguments (void);
|
||||
SCM_API void scm_set_program_arguments (int argc, char **argv, char *first);
|
||||
SCM_API SCM scm_set_program_arguments_scm (SCM lst);
|
||||
SCM_API void scm_init_feature (void);
|
||||
|
||||
#endif /* SCM_FEATURE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue