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