[libc-commits] [PATCH] D136785: [libc] add fgets

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Oct 26 13:43:27 PDT 2022


michaelrj created this revision.
michaelrj added reviewers: sivachandra, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

This adds the fgets function and its unit tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136785

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/fgets.cpp
  libc/src/stdio/fgets.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/fgets_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136785.470919.patch
Type: text/x-patch
Size: 7728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221026/6eb95393/attachment-0001.bin>


More information about the libc-commits mailing list