mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Update mruby.h.md
This commit is contained in:
@@ -207,3 +207,9 @@ MRB_API mrb_value mrb_str_new_cstr(mrb_state*, const char*);
|
||||
Turns a C string into a Ruby string value.
|
||||
|
||||
|
||||
### mrb_value mrb_funcall
|
||||
|
||||
```C
|
||||
MRB_API mrb_value mrb_funcall(mrb_state*, mrb_value, const char*, mrb_int,...);
|
||||
```
|
||||
Call existing ruby functions.
|
||||
|
||||
Reference in New Issue
Block a user