These three functions are simple, but needed for libc build testing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135990
[libc] add putc, fputc, and putchar ClosedPublic Authored by michaelrj on Oct 14 2022, 2:05 PM.
Details
Summary These three functions are simple, but needed for libc build testing.
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 14 2022, 2:05 PM This revision is now accepted and ready to land.Oct 15 2022, 6:51 AM Closed by commit rG40b494396b65: [libc] add putc, fputc, and putchar (authored by michaelrj). · Explain WhyOct 17 2022, 4:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 468364 libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/stdio/CMakeLists.txt
libc/src/stdio/fputc.h
libc/src/stdio/fputc.cpp
libc/src/stdio/putc.h
libc/src/stdio/putc.cpp
libc/src/stdio/putchar.h
libc/src/stdio/putchar.cpp
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/putc_test.cpp
|