blob: 53df00947049010a0bd85497e91be8833bd68528 [file] [log] [blame]
#include "stdio_impl.h"
int getchar_unlocked(void) {
return getc_unlocked(stdin);
}