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