Google told me that
The C prototypes for these functions are:
Code:
void __attribute__ ((constructor)) my_init (void);
void __attribute__ ((destructor)) my_fini (void);
put the function names you want, but type the attributes verbatim. Tell me if it works because I'm interested in that issue too
