mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-02 17:08:56 +00:00
9240031ac6
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