Akim Demaille <akim <at> lrde.epita.fr> writes: > Inappropriate design for C :( Actually, the flaw is arguably in C > itself, too bad there is no standard open_memstream, as provided by > the GNU Libc :(
Actually, POSIX 2008 requires open_memstream (it's just that most vendors have not caught up yet, and no one has contributed a gnulib replacement). http://www.opengroup.org/onlinepubs/9699919799/functions/open_memstream.html -- Eric Blake
