[libc-commits] [libc] [libc][stdlib] Add unsetenv (PR #202422)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Jun 11 10:54:51 PDT 2026
================
@@ -0,0 +1,128 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+/// \file
+/// Integration tests for unsetenv.
+
----------------
michaelrj-google wrote:
this isn't the standard header format.
https://github.com/llvm/llvm-project/pull/202422
More information about the libc-commits
mailing list