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