• R
    introduce new wide scanf code and remove the last remnants of old scanf · 73ec1d04
    Rich Felker 提交于
    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.
    73ec1d04
vswscanf.c 639 字节