[libc-commits] [libc] [libc] Remove the #include <stdlib.h> header (PR #114453)

Job Henandez Lara via libc-commits libc-commits at lists.llvm.org
Fri Nov 1 12:55:24 PDT 2024


================
@@ -8,6 +8,8 @@
 
 // #include "src/__support/str_float_conv_utils.h"
 
+#include <stdlib.h>
----------------
Jobhdez wrote:

by the way, im not sure why this `#include <stdlib.h>` is used in this file. i dont see free or malloc. is it for macros?

https://github.com/llvm/llvm-project/pull/114453


More information about the libc-commits mailing list