[libc-commits] [libc] [libc] wchar string conversion functions mb to wc (PR #149423)
via libc-commits
libc-commits at lists.llvm.org
Fri Jul 18 12:13:29 PDT 2025
================
@@ -0,0 +1,59 @@
+//===-- Implementation for mbsnrtowcs function ------------------*- 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
+//
+//===----------------------------------------------------------------------===//
+
----------------
lntue wrote:
missing header guard
https://github.com/llvm/llvm-project/pull/149423
More information about the libc-commits
mailing list