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