forked from mruby/mruby
-
Notifications
You must be signed in to change notification settings - Fork 0
mrb_open_allocf
cremno edited this page Sep 10, 2013
·
2 revisions
| Declaration | Definition |
|---|---|
| mruby.h | TODO |
mrb_state *mrb_open_allocf(mrb_allocf f, void *ud);TODO (description)
- f:
- ud:
Pointer to a mrb_state or NULL if an error has occurred. The "opened" VM should be "closed" with mrb_close.