From b4fd5011d1e5414c0eb06eeef67ec0c14ea0116e Mon Sep 17 00:00:00 2001 From: elijah-thomas774 Date: Wed, 20 Dec 2023 13:19:38 -0500 Subject: Bringing in lib stuff (probably will need edits?) --- include/Runtime/__init_cpp_exception.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/Runtime/__init_cpp_exception.h (limited to 'include/Runtime/__init_cpp_exception.h') 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 -- cgit v1.2.3