I&#39;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 &quot;void __attribute__((constructor))init()&quot;. <br>
<br>Or even better, can I just embed plain C code in my pyrex?<br><br>Cheers,<br><br>Peter.<br><br><br>