[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:23:32 PDT 2022
michaelrj updated this revision to Diff 467913.
michaelrj added a comment.
fix putchar spec
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135990/new/
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.467913.patch
Type: text/x-patch
Size: 9745 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221014/7b936cf2/attachment.bin>
More information about the libc-commits
mailing list