2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-18 14:30:43 +08:00
glibc/stdio/putc.c

6 lines
91 B
C
Raw Permalink Normal View History

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