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