glibc/stdio/getc.c

5 lines
69 B
C
Raw Normal View History

1995-02-18 09:27:10 +08:00
#include <stdio.h>
#undef getc
#define fgetc getc
#include <fgetc.c>