#include <setjmp.h>
Go to the source code of this file.
◆ __CURRENT_FUNCTION_NAME__
#define __CURRENT_FUNCTION_NAME__ "<unknown>" |
◆ CATCH
Value:
__FILE__, __LINE__)))
#define __CURRENT_FUNCTION_NAME__
jmp_buf * push_exception_on_stack(int what, const char *function, const char *file, int line)
Definition at line 105 of file arithmetic_errors.h.
◆ EXCEPTION
#define EXCEPTION extern unsigned int |
◆ RETHROW
◆ THROW
◆ TRY
◆ UNCATCH
Value:
__LINE__))
void pop_exception_from_stack(int what, const char *function, const char *file, int line)
Definition at line 109 of file arithmetic_errors.h.
◆ exception_callback_t
typedef void(* exception_callback_t) (const char *, const char *, int) |
◆ the_last_just_thrown_exception
unsigned int the_last_just_thrown_exception |
|
extern |