glibc/stdio/putc.c

6 lines
106 B
C

#include <stdio.h>
#undef putc
#define fputc putc
#define fputc_unlocked putc_unlocked
#include <fputc.c>