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