chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] List -> C strings


From: Zbigniew
Subject: Re: [Chicken-users] List -> C strings
Date: Mon, 9 Jul 2007 21:57:58 -0500

$ 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 <address@hidden> wrote:
Except: Problem: no way to get the length of the Scheme string!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]