Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Alternatively,
.IR <inttypes.h> .
.PP
-.IR int8_t ", " int16_t ", " int32_t ", " int64_t
+.IR int8_t ,
+.IR int16_t ,
+.IR int32_t ,
+.I int64_t
.PP
A signed integer type
of a fixed width of exactly N bits,
substituting N by the appropriate number.
.PP
According to POSIX,
-.IR int8_t ", " int16_t
+.IR int8_t ,
+.IR int16_t
and
.I int32_t
are required;
Alternatively,
.IR <inttypes.h> .
.PP
-.IR uint8_t ", " uint16_t ", " uint32_t ", " uint64_t
+.IR uint8_t ,
+.IR uint16_t ,
+.IR uint32_t ,
+.I uint64_t
.PP
An unsigned integer type
of a fixed width of exactly N bits,
substituting N by the appropriate number.
.PP
According to POSIX,
-.IR uint8_t ", " uint16_t
+.IR uint8_t ,
+.IR uint16_t
and
.I uint32_t
are required;