Next: Scheme to C, Up: Converting data between C and Scheme
Returns a Scheme object with the value of the C quantity x.
Returns a new Scheme string with the (not necessarily null-terminated) C array s data.
Returns a new Scheme string with the null-terminated C string s data.
Copy len characters at src into the existing Scheme string dst, starting at start. start is an index into dst; zero means the beginning of the string.
If start + len is off the end of dst, signal an out-of-range error.
Given a null-terminated string name, return the symbol with that name.
Make a scheme vector containing the n ints or doubles at memory location dptr.
Make a scheme uniform vector containing the n chars, shorts, longs, unsigned longs, floats or doubles at memory location dptr.