K 10 svn:author V 3 jhb K 8 svn:date V 27 2013-02-27T19:50:46.492320Z K 7 svn:log V 321 Add an implementation of open_memstream() and open_wmemstream(). These routines provide write-only stdio FILE objects that store their data in a dynamically allocated buffer. They are a string builder interface somewhat akin to a completely dynamic sbuf. Reviewed by: bde, jilles (earlier versions) MFC after: 1 month END