in reply to Re^5: [XS] : "snprintf" portability options
in thread [XS] : "snprintf" portability options
I was looking at it from the point of view that the "%I64u" format is incorrect, though it works and perl's own implementation of formatted output emulates it.
If I could be sure old MSVCRT supported "%llu" I'd make a PR switching it to the standard form, since it would let us turn on -Wformat and better detect format issues on the specialness that is Win32. And reduce confusion from people wondering what this I64 format business is.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: [XS] : "snprintf" portability options
by syphilis (Archbishop) on Sep 17, 2024 at 07:49 UTC |