Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
global_destructor_chain.c File Reference

Functions

void * __register_global_object (void *object, void *destructor, void *regmem)
 
void __destroy_global_chain (void)
 

Variables

DestructorChain__global_destructor_chain
 

Function Documentation

◆ __destroy_global_chain()

void __destroy_global_chain ( void )

◆ __register_global_object()

void * __register_global_object ( void * object,
void * destructor,
void * regmem )

Variable Documentation

◆ __global_destructor_chain

DestructorChain* __global_destructor_chain