forked from mruby/mruby
-
Notifications
You must be signed in to change notification settings - Fork 0
DATA_CHECK_GET_PTR
cremno edited this page Sep 11, 2013
·
1 revision
Declaration | Definition |
---|---|
none | data.h |
#define DATA_CHECK_GET_PTR(mrb, obj, datatype, type) /* see source code */
Calls mrb_data_check_get_ptr and casts the result to type*
.
- mrb: mruby VM state
- obj: TODO
- datatype: TODO
- type: TODO
TODO