implement the 'm' (malloc) modifier for scanf
authorRich Felker <dalias@aerifal.cx>
Wed, 5 Jun 2013 22:18:41 +0000 (18:18 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 5 Jun 2013 22:18:41 +0000 (18:18 -0400)
commit16a1e0365d83c387d0dddd3c127ac7c8dcdf17fc
tree4544c58410b84b97df72eba9dc3ebe01b8705ba4
parentde80ea9f1c2821cbb4205533b86d5d17f9e8d376
implement the 'm' (malloc) modifier for scanf

this commit only covers the byte-based scanf-family functions. the
wide functions still lack support for the 'm' modifier.
src/stdio/vfscanf.c