Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
.PP
According to POSIX,
.IR int8_t ,
-.IR int16_t
+.IR int16_t ,
and
.I int32_t
are required;
.IR <iconv.h> ,
.IR <mqueue.h> ,
.IR <pwd.h> ,
-.I <signal.h>
+.IR <signal.h> ,
and
.I <sys/socket.h>
define
.PP
According to POSIX,
.IR uint8_t ,
-.IR uint16_t
+.IR uint16_t ,
and
.I uint32_t
are required;
are expanded by macros of the forms
.BR PRIu N,
.BR PRIo N,
-.BR PRIx N
+.BR PRIx N,
and
.BR PRIX N
(defined in
are expanded by macros of the forms
.BR SCNu N,
.BR SCNo N,
-.BR SCNx N
+.BR SCNx N,
and
.BR SCNX N
(defined in
.BR printf (3)
family of functions
is expanded by the macros
-.BR PRIuPTR,
-.BR PRIoPTR,
-.B PRIxPTR
+.BR PRIuPTR ,
+.BR PRIoPTR ,
+.BR PRIxPTR ,
and
.B PRIXPTR
(defined in