[libc-commits] [libc] Add bit width length modifier to printf (PR #82461)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Wed Mar 27 16:13:36 PDT 2024
================
@@ -12,6 +12,7 @@
#include "test/UnitTest/RoundingModeUtils.h"
#include "test/UnitTest/Test.h"
#include <inttypes.h>
+#include <src/string/strlen.h>
----------------
michaelrj-google wrote:
you can remove this include now.
https://github.com/llvm/llvm-project/pull/82461
More information about the libc-commits
mailing list