Skip to content

mrb_to_int

cremno edited this page Sep 10, 2013 · 2 revisions

mrb_to_int

Declaration Definition
mruby.h object.c
mrb_value mrb_to_int(mrb_state *mrb, mrb_value val);

TODO (description)

Parameters

  • mrb: mruby VM state
  • val: mruby object

Return value

TODO

See also

Clone this wiki locally