123456789101112131415161718192021222324252627282930313233343536373839 |
- 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)
|