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