summaryrefslogtreecommitdiff
path: root/src/stdio/open_memstream.c
AgeCommit message (Collapse)AuthorLines
2011-09-03fix some length calculations in memory streamsRich Felker-1/+1
2011-09-03implement open_memstreamRich Felker-0/+94
this is the first attempt, and may have bugs. only minimal testing has been performed.