* Alejandro Colomar via Libc-alpha: > +Used for a count of bytes. It is the result of the > +.I sizeof > +operator. > +According to the C language standard, > +it shall be an unsigned integer type > +capable of storing values in the range [0, > +.BR SIZE_MAX ]. Thanks for working on this. Maybe add that this commonly maps to unsigned int or unsigned long, and that the length modifier for printf and scanf is z, commently used as %zu or %zx (%zd is for ssize_t). Florian -- Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243, Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill