mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
(split-at, split-at!): Rewrite in C.
This commit is contained in:
parent
74b2357378
commit
d2f57ee014
2 changed files with 53 additions and 0 deletions
|
@ -50,6 +50,8 @@ SCM_SRFI1_API SCM scm_srfi1_partition (SCM pred, SCM list);
|
|||
SCM_SRFI1_API SCM scm_srfi1_partition_x (SCM pred, SCM list);
|
||||
SCM_SRFI1_API SCM scm_srfi1_remove (SCM pred, SCM list);
|
||||
SCM_SRFI1_API SCM scm_srfi1_remove_x (SCM pred, SCM list);
|
||||
SCM_SRFI1_API SCM scm_srfi1_split_at (SCM lst, SCM n);
|
||||
SCM_SRFI1_API SCM scm_srfi1_split_at_x (SCM lst, SCM n);
|
||||
SCM_SRFI1_API SCM scm_srfi1_take_right (SCM lst, SCM n);
|
||||
|
||||
SCM_SRFI1_API void scm_init_srfi_1 (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue