[libc-commits] [PATCH] D127517: [libc] add integer writing to printf
Thorsten via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 10 14:47:07 PDT 2022
tschuett added a comment.
Maybe I'm stupid, but I would expect both headers to expose a printf.
int printf(const char * restrict format, ...) {
do some checks here
}
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127517/new/
https://reviews.llvm.org/D127517
More information about the libc-commits
mailing list