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