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