guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating modules from C


From: Marius Vollmer
Subject: Re: Creating modules from C
Date: 15 May 2001 00:36:30 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Martin Grabmueller <address@hidden> writes:

> >   - SCM scm_c_define_module (const char *mod_name, void (*init)(void *));
>
> What is it which gets passed to INIT as a `void *'?  Shouldn't there
> be another `void *' parameter for scm_c_define_module() which gets
> passed through?

Yes, right.  Sorry.
 
> >   - SCM scm_variable_ref (SCM var);
> >   - SCM scm_variable_set_x (SCM var, SCM val);
> > 
> >     To work with variables.
>
> Are the VAR parameters symbols (names of variables) or variable
> objects?

They are variable objects.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]