[libc-commits] [libc] [libc] Add the implementation of the fdopen function (PR #94186)

via libc-commits libc-commits at lists.llvm.org
Wed Jun 5 18:34:59 PDT 2024


================
@@ -0,0 +1,20 @@
+//===-- Implementation header of open ---------------------------*- 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_FDOPEN_H
+#define LLVM_LIBC_SRC_STDIO_FDOPEN_H
+
+#include <stdio.h>
----------------
lntue wrote:

@michaelrj-google : shall we create an issue to add proxy header for `FILE`?

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


More information about the libc-commits mailing list