This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

michaelrj created this revision.Oct 14 2022, 2:05 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 14 2022, 2:05 PM
michaelrj requested review of this revision.Oct 14 2022, 2:05 PM
michaelrj updated this revision to Diff 467913.Oct 14 2022, 2:23 PM

fix putchar spec

lntue accepted this revision.Oct 15 2022, 6:51 AM
This revision is now accepted and ready to land.Oct 15 2022, 6:51 AM
This revision was automatically updated to reflect the committed changes.