summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/open_memstream.c
Commit message (Expand)AuthorAgeFilesLines
* Use stdint.h instead of inttypes.h as the latter pollutes namespace moreEnji Cooper2015-12-091-2/+2
* Fix compilation when -DDEBUG is defined by adding inttypes.h #includeEnji Cooper2015-12-081-0/+3
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin2013-02-271-0/+209