function rb_str_cat2

[edit]
VALUE rb_str_cat2(VALUE str, const char *ptr)

文字列 str に C の文字列 ptr を破壊的に連結します。ptr はヌル終端を仮定しています。