Author: Faraz Vahedi <kfv@FreeBSD.org>
Date: Fri Aug 14 15:13:23 2026 +0330
libc: Add _PRINTF_NAN_LEN_MAX per C23
Reviewed by: fuz
Approved by: fuz (mentor)
Differential Revision: https://reviews.freebsd.org/D58842Author: Faraz Vahedi <kfv@FreeBSD.org>
Date: Fri Aug 14 15:52:00 2026 +0330
libc: Add <stdio.h> C23 feature test macro
Define the __STDC_VERSION_STDIO_H__ feature test macro now that
the header fully conforms to C23.
Reviewed by: fuz
Approved by: fuz (mentor)
Differential Revision: https://reviews.freebsd.org/D58842