move msghdr and cmsghdr out of bits/socket.h
[musl.git] / src / stdio / getchar_unlocked.c
blob355ac318d43d2371af6399bf7652d2baabf5d9b4
1 #include "stdio_impl.h"
3 int getchar_unlocked(void)
5 return getc_unlocked(stdin);