Re: c interface to modules

2005-06-17 Thread Jonathan Wilson
Whoops! I always forget and just hit reply, then the message doesn't go to the list. Ondrej Zajicek wrote: Hello I would like to export two sets (low-level and high-level interface) of C functions to Scheme. I think it is a good idea to have each interface in different module. What is a good w

Re: c interface to modules

2005-06-17 Thread Rob Browning
Ondrej Zajicek <[EMAIL PROTECTED]> writes: > I would like to export two sets (low-level and high-level interface) > of C functions to Scheme. I think it is a good idea to have each > interface in different module. What is a good way to define C > function in specific module? Should i just replace

c interface to modules

2005-06-17 Thread Ondrej Zajicek
Hello I would like to export two sets (low-level and high-level interface) of C functions to Scheme. I think it is a good idea to have each interface in different module. What is a good way to define C function in specific module? Should i just replace scm_c_define_gsubr with combination of scm_c_m