diff options
| author | Tomoyuki Sahara <[email protected]> | 2013-05-08 01:53:56 -0700 |
|---|---|---|
| committer | Tomoyuki Sahara <[email protected]> | 2013-05-08 01:53:56 -0700 |
| commit | 38f4086a52bbdcf27018f000c36ab72bd5402a92 (patch) | |
| tree | 6361a85f6254a8c996b71ad16896a23e23dbc155 /README.md | |
| parent | 8c5cb5e782ac03f28ecaa3e2bf77b2062e6be279 (diff) | |
| parent | dce09fb7fd409eec1bada66c52c3a7f0a58e1e5f (diff) | |
| download | mruby-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
