$ pwd
~/build/chicken
$ grep string-length library.scm
(define (string-length s) (##core#inline "C_i_string_length" s))
$ grep C_i_string_length runtime.c
C_regparm C_word C_fcall C_i_string_length(C_word s)

Hope that helps.
Zb

On 7/9/07, Robin Lee Powell <[EMAIL PROTECTED]> wrote:
Except: Problem: no way to get the length of the Scheme string!


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to