summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTomoyuki Sahara <[email protected]>2013-05-08 01:53:56 -0700
committerTomoyuki Sahara <[email protected]>2013-05-08 01:53:56 -0700
commit38f4086a52bbdcf27018f000c36ab72bd5402a92 (patch)
tree6361a85f6254a8c996b71ad16896a23e23dbc155 /README.md
parent8c5cb5e782ac03f28ecaa3e2bf77b2062e6be279 (diff)
parentdce09fb7fd409eec1bada66c52c3a7f0a58e1e5f (diff)
downloadmruby-38f4086a52bbdcf27018f000c36ab72bd5402a92.tar.gz
mruby-38f4086a52bbdcf27018f000c36ab72bd5402a92.zip
Merge pull request #2 from schmurfy/double
added support for E in pack
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ead796169..0e11a61a5 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ rake ENABLE_GEMS="true"
## support template string
- C : 8-bit unsigned (unsigned char)
- c : 8-bit signed (signed char)
+ - E : 64-bit double, little endian
- S : 16-bit unsigned, native endian (uint16_t)
- s : 16-bit signed, native endian (int16_t)
- L : 32-bit unsigned, native endian (uint32_t)