From 53cde39d6bc94dda8d6c6d078665d4a5f5e964ae Mon Sep 17 00:00:00 2001 From: Marco Paland Date: Tue, 17 Apr 2018 17:56:22 +0200 Subject: docs(readme): added 'z' length specifier --- README.md | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3