[libc-commits] [libc] [libc][stdlib] Add calloc header (PR #94403)

via libc-commits libc-commits at lists.llvm.org
Tue Jun 4 15:51:05 PDT 2024


================
@@ -0,0 +1,20 @@
+//===-- Implementation header for calloc ------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include <stdlib.h>
----------------
PiJoules wrote:

Done.

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


More information about the libc-commits mailing list