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);
8
9#endif
void __init_cpp_exceptions(void)
Definition __init_cpp_exceptions.c:30
void __fini_cpp_exceptions(void)
Definition __init_cpp_exceptions.c:22