mrb_open_allocf - cremno/mruby GitHub Wiki

mrb_open_allocf

Declaration Definition
mruby.h TODO
mrb_state *mrb_open_allocf(mrb_allocf f, void *ud);

TODO (description)

Parameters

  • f:
  • ud:

Return value

Pointer to a mrb_state or NULL if an error has occurred. The "opened" VM should be "closed" with mrb_close.

See also