move __string_read into vsscanf source file
authorRich Felker <dalias@aerifal.cx>
Fri, 17 Apr 2020 20:18:07 +0000 (16:18 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 17 Apr 2020 20:18:07 +0000 (16:18 -0400)
commit2e0907ce624e2058bb31fab5ae565f413dbaf87f
tree039a027b823c5e6664f867781df568a478495ee0
parent2acf3bce0130fc58f79110f600825e268ca5a608
move __string_read into vsscanf source file

apparently this function was intended at some point to be used by
strto* family as well, and thus was put in its own file; however, as
far as I can tell, it's only ever been used by vsscanf. move it to the
same file to reduce the number of source files and external symbols.
src/internal/stdio_impl.h
src/stdio/__string_read.c [deleted file]
src/stdio/vsscanf.c