* README.EXT, README.EXT.ja: Mention rb_integer_pack and

rb_integer_unpack.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-08-03 22:15:26 +00:00
parent 7974fe6a78
commit 3cd16b43eb
3 changed files with 10 additions and 0 deletions

View file

@ -1060,6 +1060,10 @@ NUM2SSIZET(value), SSIZET2NUM(ssize) ::
Numeric <-> ssize_t
rb_integer_pack(value, words, numwords, wordsize, nails, flags), rb_integer_unpack(words, numwords, wordsize, nails, flags) ::
Numeric <-> Arbitrary size integer buffer
NUM2DBL(value) ::
Numeric -> double