I'd like to write a module in C which defines a class, with at least some of its methods executing in C. Is it possible to define classes in C where some (or all) of its methods execute C functions?
Thanks,
-Rafael