blob: 355ac318d43d2371af6399bf7652d2baabf5d9b4 [file] [log] [blame]
Rich Felker0b44a032011-02-12 00:22:29 -05001#include "stdio_impl.h"
2
3int getchar_unlocked(void)
4{
Rich Felkere3cd6c52011-03-28 01:14:44 -04005 return getc_unlocked(stdin);
Rich Felker0b44a032011-02-12 00:22:29 -05006}