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