summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2014-12-12 12:12:41 +0900
committerTomoyuki Sahara <[email protected]>2014-12-12 12:12:41 +0900
commit121475638d3d043a7666163a5e49544a88aea89a (patch)
tree10e2b20d04500f4ee26a66f8400be77093719b3f
parent2103bc99ba1f20597d91230ad22ef4b2dfe55969 (diff)
downloadmruby-121475638d3d043a7666163a5e49544a88aea89a.tar.gz
mruby-121475638d3d043a7666163a5e49544a88aea89a.zip
add "I" and "i".
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 989b45cd4..d253f7e72 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ rake ENABLE_GEMS="true"
- g : 32-bit float, network (big-endian) byte order
- H : hex string (high nibble first)
- h : hex string (low nibble first)
+ - I : unsigned integer, native endian (`unsigned int` in C)
+ - i : signed integer, native endian (`int` in C)
- L : 32-bit unsigned, native endian (`uint32_t`)
- l : 32-bit signed, native endian (`int32_t`)
- m : base64 encoded string (see RFC 2045, count is width)