summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2013-02-15 10:54:36 +0900
committerTomoyuki Sahara <[email protected]>2013-02-15 10:54:36 +0900
commit858d67c1549a93eec4b36e5c94e22b21f55634b8 (patch)
tree3ba2ab46eda1435e45c9fb9c6d1a3ed3a56f18f4
parentfc43022c95a871ab7d77546e7f2fff37413bb148 (diff)
downloadmruby-858d67c1549a93eec4b36e5c94e22b21f55634b8.tar.gz
mruby-858d67c1549a93eec4b36e5c94e22b21f55634b8.zip
add "v" and "V".
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 15d50cd77..ead796169 100644
--- a/README.md
+++ b/README.md
@@ -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 *