[libc-commits] [libc] [llvm] [libc][c11] Add stdio.h's rename() function (PR #85068)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Wed Mar 13 09:00:23 PDT 2024
================
@@ -0,0 +1,20 @@
+//===-- Implementation header of rename -------------------------*- 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_LIBC_SRC_STDIO_RENAME_H
+#define LLVM_LIBC_SRC_STDIO_RENAME_H
+
+#include <stdio.h>
----------------
nickdesaulniers wrote:
unnecessary include?
https://github.com/llvm/llvm-project/pull/85068
More information about the libc-commits
mailing list