summaryrefslogtreecommitdiff
path: root/README.EXT.ja
diff options
context:
space:
mode:
Diffstat (limited to 'README.EXT.ja')
-rw-r--r--README.EXT.ja5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.EXT.ja b/README.EXT.ja
index 23bf774744..0205254ad6 100644
--- a/README.EXT.ja
+++ b/README.EXT.ja
@@ -216,6 +216,11 @@ Rubyが用意している関数を用いてください.
Rubyの文字列strにlenバイトの文字列ptrを追加する.
+ rb_sprintf(const char *format, ...)
+ rb_vsprintf(const char *format, ...)
+
+ printf(3)のフォーマットにしたがって,Rubyの文字列を生成する.
+
配列に対する関数
rb_ary_new()