[plt-scheme] Using SRFI-4 from C

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Sun Mar 6 12:29:00 EST 2005

--- Eli Barzilay <eli at barzilay.org> wrote:

> You don't need any headers -- just use plain C vectors.

Right, but the layout isn't just a plain old C vector.  For
example, when I create

  (define code
    (u32vector #x38600003 #x4e800020))

and print out the first *6* int values from the vector on
the C side I get:

  code: 210000 22e300 6928f4 5 500000 2

Clearly not the same.

So there are some tags I need to skip?

Ta,
Noel

Email: noelwelsh <at> yahoo <dot> com
AIM: noelhwelsh


	
		
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/



Posted on the users mailing list.