[all-commits] [llvm/llvm-project] 0480b4: [libc] Add implementation of fgetc.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Oct 21 20:35:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0480b45e9eabe4df1c58c1d3f1aa49c75defcbe5
https://github.com/llvm/llvm-project/commit/0480b45e9eabe4df1c58c1d3f1aa49c75defcbe5
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-10-22 (Sat, 22 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/fgetc.cpp
A libc/src/stdio/fgetc.h
M libc/test/src/stdio/CMakeLists.txt
A libc/test/src/stdio/fgetc_test.cpp
Log Message:
-----------
[libc] Add implementation of fgetc.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D136421
More information about the All-commits
mailing list