mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
(count): Rewrite in C, avoiding non-tail recursion.
This commit is contained in:
parent
f1efbdf3f1
commit
110348aee9
3 changed files with 104 additions and 19 deletions
|
@ -32,6 +32,7 @@
|
|||
# define SCM_SRFI1_API extern
|
||||
#endif
|
||||
|
||||
SCM_SRFI1_API SCM scm_srfi1_count (SCM pred, SCM lst1, SCM rest);
|
||||
SCM_SRFI1_API SCM scm_srfi1_delete (SCM x, SCM lst, SCM pred);
|
||||
SCM_SRFI1_API SCM scm_srfi1_delete_x (SCM x, SCM lst, SCM pred);
|
||||
SCM_SRFI1_API SCM scm_srfi1_delete_duplicates (SCM lst, SCM pred);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue