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