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