summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2017-02-09 11:07:55 +0900
committerTomoyuki Sahara <[email protected]>2017-02-09 11:07:55 +0900
commit88a7fedea413568a1ff0410e109ff55a03b63a5f (patch)
treeb489a66b51e9a8f0e30542e1c831ca396dcca2ff /README.md
parentf2d4880098d4e3661fba1dc5e38861006089f9e8 (diff)
downloadmruby-88a7fedea413568a1ff0410e109ff55a03b63a5f.tar.gz
mruby-88a7fedea413568a1ff0410e109ff55a03b63a5f.zip
support "x".
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 91addce80..d4613c700 100644
--- a/README.md
+++ b/README.md
@@ -40,9 +40,11 @@ There is no dependency on other mrbgems.
- s : 16-bit signed, native endian (`int16_t`)
- V : 32-bit unsigned, VAX (little-endian) byte order
- v : 16-bit unsigned, VAX (little-endian) byte order
+ - x : null byte
- Z : same as "a", except that null is added with *
+
## License
Copyright (c) 2012 Internet Initiative Japan Inc.