Skip to content

mrb_open_allocf

cremno edited this page Sep 10, 2013 · 2 revisions

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

Clone this wiki locally