https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249025
Hiroki Sato <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Hiroki Sato <[email protected]> --- (In reply to wbe from comment #0) %u actually matches an optionally signed integer. This means digits with "+" or "-". The value is casted to an unsigned type after the matching. This wording (and behavior) is the same as one in the specification. I do not think the current version is incorrect. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "[email protected]"
