Re: C Struct Interface

2010-07-13 Thread Andy Wingo
Hello, On Mon 12 Jul 2010 04:20, Noah Lavine noah.b.lav...@gmail.com writes: It seems from the code that scm_c_make_structv(vtable, ntail, ninit, inits) is the main function for creating structs. I'm assuming that ntail is the number of elements in the tail array of the struct Yes. Avoid

C Struct Interface

2010-07-11 Thread Noah Lavine
Hello, I'm trying to use Scheme structures, as defined in struct.c and struct.h, and I have a question about the interface. It seems from the code that scm_c_make_structv(vtable, ntail, ninit, inits) is the main function for creating structs. I'm assuming that ntail is the number of elements in