mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 10:29:17 +08:00
04e8fca153
* libc/stdio/vfscanf.c (NNZDIGITS): New define. (__svfscanf_r): In integer conversions, leave out leading zeroes which are not part of a base prefix. Keep track of width truncation to fit into buf, not counting left-out zeroes against width till the truncation has been compensated for.