mirror of
https://github.com/zeldaret/ss
synced 2026-07-13 15:14:32 -04:00
Bringing in lib stuff (probably will need edits?)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef _RUNTIME_INIT_CPP_EXCEPTIONS_H
|
||||
#define _RUNTIME_INIT_CPP_EXCEPTIONS_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void __init_cpp_exceptions(void);
|
||||
void __fini_cpp_exceptions(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user