mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 07:10:53 -04:00
17 lines
243 B
C
17 lines
243 B
C
#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 |