1234567891011121314151617181920212223242526272829303132333435363738 |
- SCM_INTERNAL SCM scm_srfi60_log2_binary_factors (SCM n)
- SCM_INTERNAL SCM scm_srfi60_copy_bit (SCM index, SCM n, SCM bit);
- SCM_INTERNAL SCM scm_srfi60_rotate_bit_field (SCM n, SCM count, SCM start, SCM end)
- SCM_INTERNAL SCM scm_srfi60_reverse_bit_field (SCM n, SCM start, SCM end)
- SCM_INTERNAL SCM scm_srfi60_integer_to_list (SCM n, SCM len)
- SCM_INTERNAL SCM scm_srfi60_list_to_integer (SCM lst)
- SCM_INTERNAL void scm_register_srfi_60 (void)
- SCM_INTERNAL void scm_init_srfi_60 (void)
|