[libc-commits] [PATCH] D135990: [libc] add putc, fputc, and putchar
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Oct 14 14:05:17 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.
These three functions are simple, but needed for libc build testing.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135990
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/stdio/CMakeLists.txt
libc/src/stdio/fputc.cpp
libc/src/stdio/fputc.h
libc/src/stdio/putc.cpp
libc/src/stdio/putc.h
libc/src/stdio/putchar.cpp
libc/src/stdio/putchar.h
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/putc_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135990.467906.patch
Type: text/x-patch
Size: 9804 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221014/b96a3780/attachment-0001.bin>
More information about the libc-commits
mailing list