mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add "v" and "V".
This commit is contained in:
@@ -20,6 +20,8 @@ rake ENABLE_GEMS="true"
|
||||
- l : 32-bit signed, native endian (int32_t)
|
||||
- n : 16-bit unsigned, network (big-endian) byte order
|
||||
- N : 32-bit unsigned, network (big-endian) byte order
|
||||
- v : 16-bit unsigned, VAX (little-endian) byte order
|
||||
- V : 32-bit unsigned, VAX (little-endian) byte order
|
||||
- A : arbitrary binary string (space padded, count is width)
|
||||
- a : arbitrary binary string (null padded, count is width)
|
||||
- Z : same as "a", except that null is added with *
|
||||
|
||||
Reference in New Issue
Block a user