[libc-commits] [libc] [libc] Add tmpnam implementation (PR #204901)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Thu Aug 27 22:22:47 PDT 2026
================
@@ -0,0 +1,142 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+/// Tests for tmpnam
+/// See: https://pubs.opengroup.org/onlinepubs/9799919799/functions/tmpnam.html
----------------
vonosmas wrote:
See above - you can remove hyperlink from comment here.
https://github.com/llvm/llvm-project/pull/204901
More information about the libc-commits
mailing list