[libc-commits] [libc] [libc][stdio] Implement getline and getdelim POSIX functions (PR #219601)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Tue Sep 8 02:59:06 PDT 2026
================
@@ -0,0 +1,27 @@
+//===-- Implementation for getline -------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
----------------
vhscampos wrote:
Update the headers to use the new template (https://llvm.org/docs/CodingStandards.html#file-headers)
https://github.com/llvm/llvm-project/pull/219601
More information about the libc-commits
mailing list