Go to the source code of this file.
Functions |
void | mrb_sys_fail (mrb_state *mrb, const char *mesg) |
int | sysexit_status (mrb_state *mrb, mrb_value err) |
mrb_value | mrb_exc_new3 (mrb_state *mrb, struct RClass *c, mrb_value str) |
mrb_value | make_exception (mrb_state *mrb, int argc, mrb_value *argv, int isstr) |
mrb_value | mrb_make_exception (mrb_state *mrb, int argc, mrb_value *argv) |
mrb_value | mrb_format (mrb_state *mrb, const char *format,...) |
void | mrb_exc_print (mrb_state *mrb, struct RObject *exc) |
void | mrb_longjmp (mrb_state *mrb) |
Function Documentation
void mrb_sys_fail |
( |
mrb_state * |
mrb, |
|
|
const char * |
mesg |
|
) |
| |