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