c - How to use "zd" specifier with `printf()`? - Stack Overflow
https://stackoverflow.com/questions/32916575/how-to-use-zd-specifier-with-printf
Oct 03, 2015 · z Specifies that a following d, i, o, u, x, or X conversion specifier applies to a size_t or the corresponding signed integer type argument; or that a following n conversion specifier applies to a pointer to a signed integer type corresponding to size_t argument. C11dr §7.21.6.1 7 Should this be read as
DA: 57 PA: 55 MOZ Rank: 45