chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] do byte-vectors move arround ?


From: John Janecek
Subject: [Chicken-users] do byte-vectors move arround ?
Date: Sun, 8 Oct 2006 15:51:52 +0800

(define bv (string->byte-vector "some sort of string"))
I then have to pass bv to a C function

The C function just reads the data.
But it requires that the data does not move

Does byte-vector payload move ?
or do I need to use static-byte-vector ?

Thanx ;)

reply via email to

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