summaryrefslogtreecommitdiff
path: root/stdio/getc.c
blob: 0d34a1cc6cb1157b3bbf2a56e68d128680e9347d (plain)
1
2
3
4
#include <stdio.h>
#undef	getc
#define	fgetc	getc
#include <fgetc.c>