aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Paland <marco@paland.com>2018-04-17 17:56:22 +0200
committerMarco Paland <marco@paland.com>2018-04-17 17:56:22 +0200
commit53cde39d6bc94dda8d6c6d078665d4a5f5e964ae (patch)
tree5976db354bd3acf5c95d8d0cdea8e74b1d38781e
parentb618f2c550894e57b228204153fe69cdc933c8f9 (diff)
downloadprintf-53cde39d6bc94dda8d6c6d078665d4a5f5e964ae.tar.gz
printf-53cde39d6bc94dda8d6c6d078665d4a5f5e964ae.tar.bz2
printf-53cde39d6bc94dda8d6c6d078665d4a5f5e964ae.zip
docs(readme): added 'z' length specifier
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7f91d8d..753a1e1 100644
--- a/README.md
+++ b/README.md
@@ -115,6 +115,7 @@ The length sub-specifier modifies the length of the data type.
| (none) | int | unsigned int |
| l | long int | unsigned long int |
| ll | long long int | unsigned long long int |
+| z | size_t int | unsigned size_t int |
## Compiler switches/defines