Browse Source

Cleanup

pull/3/head
Jure Šorn 6 years ago
parent
commit
387ffd1f54
1 changed files with 8 additions and 8 deletions
  1. 16
      README.md

16
README.md

@ -775,14 +775,14 @@ b'\x00\x01\x00\x02\x00\x00\x00\x03'
### Format ### Format
**Use capital leters for unsigned type.** **Use capital leters for unsigned type.**
* `'x'` - Pad byte * `'x'` - pad byte
* `'c'` - Char * `'c'` - char
* `'h'` - Short * `'h'` - short
* `'i'` - Int * `'i'` - int
* `'l'` - Long * `'l'` - long
* `'q'` - Long long * `'q'` - long long
* `'f'` - Float * `'f'` - float
* `'d'` - Double * `'d'` - double
Hashlib Hashlib

|||||||
100:0
Loading…
Cancel
Save