1
Fork 0
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:
Kevin Ryde 2006-05-19 23:16:05 +00:00
parent 5ff9f91742
commit 88bfcc55fa
2 changed files with 3 additions and 2 deletions

View file

@ -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 */