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