optimize hot paths of putc with manual shrink-wrapping
authorRich Felker <dalias@aerifal.cx>
Thu, 18 Oct 2018 03:38:29 +0000 (23:38 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 18 Oct 2018 03:38:29 +0000 (23:38 -0400)
commitd664061adb4d7f6647ab2059bc351daa394bf5da
treef27a25137efcd548a1b48b44ff3a72d73d8f2d6c
parentdd8f02b7dce53d6b1c4282439f1636a2d63bee01
optimize hot paths of putc with manual shrink-wrapping

this is the analog of commit dd8f02b7dce53d6b1c4282439f1636a2d63bee01,
but for putc.
src/stdio/fputc.c
src/stdio/putc.c
src/stdio/putchar.c