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