(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 ;)
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to