SSBM Decomp
Loading...
Searching...
No Matches
__init_cpp_exceptions.h
Go to the documentation of this file.
1#ifndef RUNTIME___INIT_CPP_EXCEPTIONS_H
2#define RUNTIME___INIT_CPP_EXCEPTIONS_H
3
4#include <platform.h>
5
6void __fini_cpp_exceptions(void);
7void __init_cpp_exceptions(void);
9
10#endif
void __init_cpp_exceptions(void)
Definition __init_cpp_exceptions.c:26
void __fini_cpp_exceptions(void)
Definition __init_cpp_exceptions.c:18
void __destroy_global_chain(void)
Definition global_destructor_chain.c:11