[plt-scheme] Using FFI with complex structures and input/output parameters?

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Jul 1 10:15:15 EDT 2009

On Jul  1, Elena Garrulo wrote:
> I also wonder whether I should use "make-u8vector" instead of
> "make-vector" to build a vector of bytes.

You can just use a byte string (eg `make-bytes').

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.