mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Update string.h.md
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
### 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.
|
||||
|
||||
Reference in New Issue
Block a user