1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Declare scm_list_star

This commit is contained in:
Mikael Djurfeldt 1999-03-11 11:46:35 +00:00
parent a610b8d970
commit fa1f483e9a

View file

@ -69,6 +69,7 @@
extern SCM scm_list_head SCM_P ((SCM lst, SCM k));
extern SCM scm_listify SCM_P ((SCM elt, ...));
extern SCM scm_list SCM_P ((SCM objs));
extern SCM scm_list_star SCM_P ((SCM arg, SCM objs));
extern SCM scm_null_p SCM_P ((SCM x));
extern SCM scm_list_p SCM_P ((SCM x));
extern long scm_ilength SCM_P ((SCM sx));