.\" * Description (no "Description" header)
.\" A few lines describing the type.
.\"
-.\" * Bugs (if any)
-.\"
.\" * Conforming to (see NOTES)
.\" Format: CXY and later; POSIX.1-XXXX and later.
.\"
.\" * Notes (optional)
.\"
+.\" * Bugs (if any)
+.\"
.\" * See also
.\"------------------------------------- aiocb ------------------------/
.TP
.I intmax_t
values.
.PP
+Conforming to:
+C99 and later; POSIX.1-2001 and later.
+.PP
Bugs:
.I intmax_t
is not large enough to represent values of type
.I long long
is less than 128 bits wide.
.PP
-Conforming to:
-C99 and later; POSIX.1-2001 and later.
-.PP
See also the
.I uintmax_t
type in this page.
.I uintmax_t
values.
.PP
+Conforming to:
+C99 and later; POSIX.1-2001 and later.
+.PP
Bugs:
.I uintmax_t
is not large enough to represent values of type
.I unsigned long long
is less than 128 bits wide.
.PP
-Conforming to:
-C99 and later; POSIX.1-2001 and later.
-.PP
See also the
.I intmax_t
type in this page.