[plt-scheme] Using SRFI-4 from C

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Mar 4 14:44:51 EST 2005

On Mar  4, Noel Welsh wrote:
> I want to use SRFI-4 vectors from C in 299.  Is there a
> header file somewhere I can link to (used to be in 209)?

You don't need any headers -- just use plain C vectors.
-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!



Posted on the users mailing list.