1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-05-07 07:21:47 +03:00
glibc/stdio/putc.c
1995-02-18 01:27:10 +00:00

6 lines
91 B
C

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