implement open_wmemstream
authorRich Felker <dalias@aerifal.cx>
Sat, 3 Sep 2011 23:49:46 +0000 (19:49 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 3 Sep 2011 23:49:46 +0000 (19:49 -0400)
commit1461e027579c16a6bd95a264d9a1db75a4c3fa74
tree452bbfbacd707fcfd6f39e354a34824f4c16230e
parentad70ba774fe4fda8379b59b2b353cbd451d693cc
implement open_wmemstream

not heavily tested, but it seems to be correct, including the odd
behavior that seeking is in terms of wide character count. this
precludes any simple buffering, so we just make the stream unbuffered.
include/wchar.h
src/stdio/open_wmemstream.c [new file with mode: 0644]