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