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