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