fix getc - the classic error of trying to store EOF+0-255 in a char type..
[musl] / src / internal / locale_impl.h
1 #include <locale.h>
2
3 struct __locale {
4         int dummy;
5 };