HomeFreeBSD

libc: Implement N2680.

Description

libc: Implement N2680.

This adds specific width length modifiers in the form of wN and wfN (where N is 8, 16, 32, or 64) which allow printing intN_t and int_fastN_t without resorting to casts or PRI macros.

Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41725

Details

Provenance
desAuthored on Sep 7 2023, 6:14 AM
Reviewer
imp
Differential Revision
D41725: libc: Implement N2680.
Parents
rG294bd2827e61: libc: Suppress format checks on printf() / scanf() tests.
Branches
Unknown
Tags
Unknown