#include int getchar_unlocked(void) { return getc_unlocked(stdin); } /* POSIX(199506) */