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