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