summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fmemopen.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* Correct version numbermpi2013-03-281-3/+3
|
* some small cleanup;jmc2013-01-031-5/+5
|
* Add an implementation based on tedu@'s design of fmemopen(3) andmpi2013-01-011-0/+197
open_memstream(3) so they can be polished in-tree. One of the manpages comes from NetBSD with some tweaks. Prodded by espie@, krw@, guenther@