mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
(scm_primitive__exit): New function.
This commit is contained in:
parent
5ff9f91742
commit
88bfcc55fa
2 changed files with 3 additions and 2 deletions
|
@ -30,6 +30,7 @@ SCM_API SCM scm_system (SCM cmd);
|
|||
SCM_API SCM scm_system_star (SCM cmds);
|
||||
SCM_API SCM scm_getenv (SCM nam);
|
||||
SCM_API SCM scm_primitive_exit (SCM status);
|
||||
SCM_API SCM scm_primitive__exit (SCM status);
|
||||
SCM_API void scm_init_simpos (void);
|
||||
|
||||
#endif /* SCM_SIMPOS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue