[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:04:52 PDT 2022
tschuett added a comment.
Do you really need compiler support?
#ifdef FORTIFY_SOURCE
#include "checked_printf.h"
#else
#include "fast_printf.h"
#endif
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