1#include "stdio_impl.h"
2
3int getchar_unlocked(void) {
4    return getc_unlocked(stdin);
5}
6