Re: More detailed examples of ffi

2011-03-03 Thread Ludovic Courtès
Hi! writes: > The other day, aidalgol and I were chatting on irc about the new ffi. > The question came up about how to define and access nested structures. > I couldn't tell from reading the manual if it can be done. There are ‘parse-c-struct’ and ‘make-c-struct’ examples in ‘foreign.test’, bu

More detailed examples of ffi

2011-03-03 Thread dsmich
Greetings Guilers! The other day, aidalgol and I were chatting on irc about the new ffi. The question came up about how to define and access nested structures. I couldn't tell from reading the manual if it can be done. Could some more complex examples be put in the manual that more fully expo