|
hoshi-lang dev
Yet another programming language
|
#include <signal.h>

Public Attributes | |
| unsigned long long | gc_refcount |
| unsigned long long | type_id |
| void * | this_ptr |
| void *(* | gc_inc_func )(void *this_ptr) |
| void *(* | gc_dec_func )(void *this_ptr) |
| runtime_signal_handler_t | handler |
| void *(* gc_dec_func) (void *this_ptr) |
Definition at line 49 of file signal.h.
Referenced by runtime_signal_default().
| runtime_signal_handler_t handler |