handle whitespace before %% in scanf
commit9255dad97e7bfd4165d1aa0f93f2aae321a7a4d8
authorBartosz Brachaczek <b.brachaczek@gmail.com>
Sun, 9 Jul 2017 21:00:18 +0000 (9 23:00 +0200)
committerRich Felker <dalias@aerifal.cx>
Mon, 4 Sep 2017 20:59:38 +0000 (4 16:59 -0400)
treec8bb838f61cc2a6141199893fe49c92103e3a81d
parent51bdcdc424bd7169c8cccdc2de7cad17f5ea0f70
handle whitespace before %% in scanf

this is mandated by C and POSIX standards and is in accordance with
glibc behavior.
src/stdio/vfscanf.c
src/stdio/vfwscanf.c