summaryrefslogtreecommitdiff
path: root/libc/src/stdio/asprintf.h
AgeCommit message (Collapse)Author
2024-10-10[libc] Fix missing namespace declarationsJoseph Huber
2024-10-10[libc] Clean up 'vasprintf' implementation (#111761)Joseph Huber
Summary: This had some leftover references to the old namespace and didn't put restrict on it.
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue
https://github.com/llvm/llvm-project/issues/60481
2024-08-01[libc] Implement vasprintf and asprintf (#98824)Tsz Chan
[libc] Implement vasprintf and asprintf --------- Co-authored-by: Izaak Schroeder <izaak.schroeder@gmail.com>