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