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