From 2bd1599caf09fda03bbce9d1fcd71da01b0f044a Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 21 Jul 2008 04:55:40 +0000 Subject: * README.EXT, README.EXT.ja (1.5 Manipulating Ruby data): mentioned rb_sprintf and rb_vsprintf. [ruby-dev:35611] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README.EXT.ja | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.EXT.ja') 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() -- cgit v1.2.3