From a2f6152be8a2d1775830f32ca955864237fd1081 Mon Sep 17 00:00:00 2001 From: Ralph Desir Date: Sun, 30 Aug 2015 23:55:55 -0400 Subject: Update string.h.md --- doc/api/mruby/string.h.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/api/mruby/string.h.md b/doc/api/mruby/string.h.md index e69de29bb..b031c564c 100644 --- a/doc/api/mruby/string.h.md +++ b/doc/api/mruby/string.h.md @@ -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. -- cgit v1.2.3