introduce new wide scanf code and remove the last remnants of old scanf
authorRich Felker <dalias@aerifal.cx>
Tue, 17 Apr 2012 18:19:46 +0000 (14:19 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 17 Apr 2012 18:19:46 +0000 (14:19 -0400)
commit73ec1d0495bb676012fd69491900ca8beb989ef7
tree5cd15ae1c3b430b7703cdb919a09998f1ffa8577
parent8b57a81577980e4b440addaa8f2bbed454be2a59
introduce new wide scanf code and remove the last remnants of old scanf

at this point, strto* and all scanf family functions are using the new
unified integer and floating point parser/converter code.

the wide scanf is largely a wrapper for ordinary byte-based scanf;
since numbers can only contain ascii characters, only strings need to
be handled specially.
src/stdio/__scanf.c [deleted file]
src/stdio/__scanf.h [deleted file]
src/stdio/vfwscanf.c
src/stdio/vswscanf.c