implement open_memstream
authorRich Felker <dalias@aerifal.cx>
Sat, 3 Sep 2011 04:45:21 +0000 (00:45 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 3 Sep 2011 04:45:21 +0000 (00:45 -0400)
commitb158b32a44d56ef20407d4285b58180447ffff1f
tree0f037300f7c1746bc43e0a5c86e5e708059a41f3
parentadb7093caae451348371d2299f6113b788439602
implement open_memstream

this is the first attempt, and may have bugs. only minimal testing has
been performed.
include/stdio.h
src/stdio/open_memstream.c [new file with mode: 0644]