[libc-commits] [libc] Add bit width length modifier to printf (PR #82461)

Om Prakaash via libc-commits libc-commits at lists.llvm.org
Fri Mar 15 14:20:50 PDT 2024


omprakaash wrote:

Hey yes. Sorry for the delay. Almost done working on this. I am not sure about the max value that N can take in %wN and %wfN modifiers. The specs document says that N is implementation specific. Currently %w999 would successfully be parsed, it just that actual output would be capped at uintmax of the underlying system.

https://github.com/llvm/llvm-project/pull/82461


More information about the libc-commits mailing list