C++: Difference between revisions

93 bytes added ,  14 years ago
[unchecked revision][unchecked revision]
Line 154:
uarch_t __atexit_func_count = 0;
 
void *__dso_handle = 0; //Attention! Optimally, you should remove the '= 0' part and define this in your asm script.
void *__dso_handle = 0;
 
int __cxa_atexit(void (*f)(void *), void *objptr, void *dso)
Anonymous user