#include int getc_unlocked(FILE *stream) { return fgetc_unlocked(stream); }