I'm creating a module (.so) that a program will be loading using dlopen(). I was wondering if it was possible for pyrex to apply function decorations, for example "void __attribute__((constructor))init()". <br>
<br>Or even better, can I just embed plain C code in my pyrex?<br><br>Cheers,<br><br>Peter.<br><br><br>