I think the MIME method is the simplest method. Ie, inheriting the C module. (Didn't MIME.pmod use to reside in the src tree?)
The Image method is overly complex, but it might work for complex projects. It handles the `[] method itself to do various magical things.
/ Mirar
Previous text:
2003-02-03 11:15: Subject: Two questions
Regarding combining a C and Pike module (which didn't really get any answers), I suggested the Image method; using a magic `[] in ADT.pmod for looking up identifiers from an _ADT module written in C. (Image does it the other way around, though.)
If there is a better way of doing this, now is a good time to say so.
/ Johan Sundström (a hugging punishment!)