[all-commits] [llvm/llvm-project] 2d5228: [libc] add fgets

michaelrj-google via All-commits all-commits at lists.llvm.org
Thu Oct 27 10:27:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d52283391bc81b1536345a644c30597564c0b1e
      https://github.com/llvm/llvm-project/commit/2d52283391bc81b1536345a644c30597564c0b1e
  Author: Michael Jones <michaelrj at google.com>
  Date:   2022-10-27 (Thu, 27 Oct 2022)

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

  Log Message:
  -----------
  [libc] add fgets

This adds the fgets function and its unit tests.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D136785




More information about the All-commits mailing list