summaryrefslogtreecommitdiffstats
path: root/man3type/intN_t.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/intN_t.3type')
-rw-r--r--man3type/intN_t.3type11
1 files changed, 8 insertions, 3 deletions
diff --git a/man3type/intN_t.3type b/man3type/intN_t.3type
index 5b3e8f428..56cd445b9 100644
--- a/man3type/intN_t.3type
+++ b/man3type/intN_t.3type
@@ -4,7 +4,7 @@
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
.\"
-.TH intN_t 3type 2023-01-31 "Linux man-pages 6.03"
+.TH intN_t 3type 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
intN_t, int8_t, int16_t, int32_t, int64_t,
uintN_t, uint8_t, uint16_t, uint32_t, uint64_t
@@ -156,8 +156,13 @@ for scanning
.I uint8_t
values.
.SH STANDARDS
-C99 and later;
-POSIX.1-2001 and later.
+C11, POSIX.1-2008.
+.SH HISTORY
+C99, POSIX.1-2001.
+.PP
+The
+.RB [ U ] INT \fIN\fP _WIDTH
+macros were added in C23.
.SH NOTES
The following header also provides these types:
.IR <inttypes.h> .