SSBM Decomp
Loading...
Searching...
No Matches
global_destructor_chain.c File Reference

Data Structures

struct  DestructorChain
 

Typedefs

typedef void(* Destructor) (void *, int)
 

Functions

void __destroy_global_chain (void)
 

Variables

DestructorChain__global_destructor_chain
 
static SECTION_DTORS void *const __destroy_global_chain_reference
 

Typedef Documentation

◆ Destructor

typedef void(* Destructor) (void *, int)

Function Documentation

◆ __destroy_global_chain()

void __destroy_global_chain ( void  )

Variable Documentation

◆ __global_destructor_chain

DestructorChain* __global_destructor_chain

◆ __destroy_global_chain_reference

SECTION_DTORS void* const __destroy_global_chain_reference
static
Initial value:
=
void __destroy_global_chain(void)
Definition global_destructor_chain.c:11