glibc/stdio/putc.c

6 lines
91 B
C

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