mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
604a1e2e22
commit
2d7a5f6553
1 changed files with 1 additions and 1 deletions
2
pack.c
2
pack.c
|
@ -294,7 +294,7 @@ static unsigned long utf8_to_uv(const char*,long*);
|
|||
* L | Integer | 32-bit unsigned, native endian (uint32_t)
|
||||
* Q | Integer | 64-bit unsigned, native endian (uint64_t)
|
||||
* | |
|
||||
* c | Integer | 8-bit signed (char)
|
||||
* c | Integer | 8-bit signed (signed char)
|
||||
* s | Integer | 16-bit signed, native endian (int16_t)
|
||||
* l | Integer | 32-bit signed, native endian (int32_t)
|
||||
* q | Integer | 64-bit signed, native endian (int64_t)
|
||||
|
|
Loading…
Reference in a new issue