summaryrefslogtreecommitdiff
path: root/README.EXT
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-21 04:55:40 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-21 04:55:40 +0000
commit2bd1599caf09fda03bbce9d1fcd71da01b0f044a (patch)
treefe63d30a80b025d0b8838bc105471fa9f318502e /README.EXT
parentc98b3a7e193a8a3a930938431c26a6fe1f709bd9 (diff)
* 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
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.EXT b/README.EXT
index 509bffba32..b41e6a426c 100644
--- a/README.EXT
+++ b/README.EXT
@@ -189,6 +189,11 @@ listed below:
Appends len bytes of data from ptr to the Ruby string.
+ rb_sprintf(const char *format, ...)
+ rb_vsprintf(const char *format, ...)
+
+ Creates a new Ruby string with printf(3) format.
+
Array functions
rb_ary_new()