diff options
| author | elijah-thomas774 <elijahthomas774@gmail.com> | 2023-12-20 13:19:38 -0500 |
|---|---|---|
| committer | elijah-thomas774 <elijahthomas774@gmail.com> | 2023-12-20 13:19:38 -0500 |
| commit | b4fd5011d1e5414c0eb06eeef67ec0c14ea0116e (patch) | |
| tree | 6c35323b45b5b13596fca5e942a1181f8f43ca36 /include/Runtime/__init_cpp_exception.h | |
| parent | 98daf44bb62ac6fd16f0d20fe7753050ef490fb4 (diff) | |
Bringing in lib stuff (probably will need edits?)
Diffstat (limited to 'include/Runtime/__init_cpp_exception.h')
| -rw-r--r-- | include/Runtime/__init_cpp_exception.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/Runtime/__init_cpp_exception.h b/include/Runtime/__init_cpp_exception.h new file mode 100644 index 00000000..969d43da --- /dev/null +++ b/include/Runtime/__init_cpp_exception.h @@ -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
\ No newline at end of file |
