about summary refs log tree commit diff
path: root/src/stdio/open_wmemstream.c
Commit message (Collapse)AuthorAgeFilesLines
* implement open_wmemstreamRich Felker2011-09-031-0/+95
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.