glibc/stdio/getc.c

5 lines
69 B
C

#include <stdio.h>
#undef getc
#define fgetc getc
#include <fgetc.c>