[libc-commits] [libc] [libc] implement getwc (PR #196163)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Thu May 14 03:56:13 PDT 2026
================
@@ -0,0 +1,40 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+/// This file contains the implementation for the getwc function, which
+/// reads a single character from the provided stream.
----------------
kaladron wrote:
```suggestion
/// reads a single wide character from the provided stream.
```
https://github.com/llvm/llvm-project/pull/196163
More information about the libc-commits
mailing list