Files
mruby-mruby/doc/api/mruby/string.h.md
T
2015-08-30 23:55:55 -04:00

11 lines
237 B
Markdown

### mrb_str_plus
```C
mrb_value mrb_str_plus(mrb_state*, mrb_value, mrb_value);
```
Adds to strings together.
### mrb_ptr_to_str
```C
mrb_value mrb_ptr_to_str(mrb_state *, void*);
```
Converts pointer into a Ruby string.