glibc/stdio/putc.c

6 lines
91 B
C
Raw Normal View History

1995-02-18 02:27:10 +01:00
#include <ansidecl.h>
#include <stdio.h>
#undef putc
#define fputc putc
#include <fputc.c>