mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
Declare scm_list_star
This commit is contained in:
parent
a610b8d970
commit
fa1f483e9a
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
||||||
extern SCM scm_list_head SCM_P ((SCM lst, SCM k));
|
extern SCM scm_list_head SCM_P ((SCM lst, SCM k));
|
||||||
extern SCM scm_listify SCM_P ((SCM elt, ...));
|
extern SCM scm_listify SCM_P ((SCM elt, ...));
|
||||||
extern SCM scm_list SCM_P ((SCM objs));
|
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_null_p SCM_P ((SCM x));
|
||||||
extern SCM scm_list_p SCM_P ((SCM x));
|
extern SCM scm_list_p SCM_P ((SCM x));
|
||||||
extern long scm_ilength SCM_P ((SCM sx));
|
extern long scm_ilength SCM_P ((SCM sx));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue