diff options
| author | Tomoyuki Sahara <[email protected]> | 2013-02-15 10:54:36 +0900 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2013-02-15 10:54:36 +0900 |
| commit | 858d67c1549a93eec4b36e5c94e22b21f55634b8 (patch) | |
| tree | 3ba2ab46eda1435e45c9fb9c6d1a3ed3a56f18f4 | |
| parent | fc43022c95a871ab7d77546e7f2fff37413bb148 (diff) | |
| download | mruby-858d67c1549a93eec4b36e5c94e22b21f55634b8.tar.gz mruby-858d67c1549a93eec4b36e5c94e22b21f55634b8.zip | |
add "v" and "V".
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 * |
