[Bug 249025] description of scanf %u incorrectly says "optionally signed" (patch included)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 11 16:06:24 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249025
--- Comment #2 from wbe at psr.com ---
Looks like you're correct and I was wrong. From what I now see in C90, C99,
C++, man strtoul(), etc. the specs call for no meaningful difference between %u
and %d these days in what of the input string is read and how it's interpreted.
I thought they used to be different. Sorry for the bother.
-WBE
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-doc
mailing list