/[guile]/guile/guile-core/srfi/srfi-1.h
ViewVC logotype

Diff of /guile/guile-core/srfi/srfi-1.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by kryde, Tue Jul 8 00:09:54 2003 UTC revision 1.5 by kryde, Sun Jul 13 23:04:26 2003 UTC
# Line 40  SCM_SRFI1_API SCM scm_srfi1_map (SCM pro Line 40  SCM_SRFI1_API SCM scm_srfi1_map (SCM pro
40  SCM_SRFI1_API SCM scm_srfi1_for_each (SCM proc, SCM arg1, SCM args);  SCM_SRFI1_API SCM scm_srfi1_for_each (SCM proc, SCM arg1, SCM args);
41  SCM_SRFI1_API SCM scm_srfi1_member (SCM obj, SCM ls, SCM pred);  SCM_SRFI1_API SCM scm_srfi1_member (SCM obj, SCM ls, SCM pred);
42  SCM_SRFI1_API SCM scm_srfi1_assoc (SCM key, SCM alist, SCM pred);  SCM_SRFI1_API SCM scm_srfi1_assoc (SCM key, SCM alist, SCM pred);
43    SCM_SRFI1_API SCM scm_srfi1_partition (SCM pred, SCM list);
44    
45  SCM_SRFI1_API void scm_init_srfi_1 (void);  SCM_SRFI1_API void scm_init_srfi_1 (void);
46    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26