Details
Details
- Reviewers
lntue michaelrj - Commits
- rG0480b45e9eab: [libc] Add implementation of fgetc.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136421
[libc] Add implementation of fgetc. ClosedPublic Authored by sivachandra on Oct 21 2022, 12:17 AM.
Details
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 21 2022, 12:17 AM This revision is now accepted and ready to land.Oct 21 2022, 10:26 AM This revision was landed with ongoing or failed builds.Oct 21 2022, 8:35 PM Closed by commit rG0480b45e9eab: [libc] Add implementation of fgetc. (authored by sivachandra). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 469856 libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/stdio/CMakeLists.txt
libc/src/stdio/fgetc.h
libc/src/stdio/fgetc.cpp
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/fgetc_test.cpp
|
this should be size_t not ssize_t