[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Calling module from a C function
- From: "Etan S. C. Reisner" <deryni@...>
- Date: Wed, 25 Apr 2007 10:35:55 -0400
What aspects of the module system are you trying to make your C module
play nicely with? I've written a number of C modules, called module() from
none of them and they work just fine when being require():ed.
I'd have thought you might have been trying to get the 'only functions I
ask for in the module environment' bit but the package.seeall goes against
that.
So what exactly are you trying to get module() to do for you here?
-Etan