ref: 7e77d6f2279708fd26317673007cdab18299a532 dir: /lib/c/fgetc.c/
#include <stdio.h> #undef fgetc int fgetc(FILE *fp) { return getc(fp); }