]> git.ipfire.org Git - thirdparty/glibc.git/blob - wctype/bug-wctypeh.c
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / wctype / bug-wctypeh.c
1 #include <wchar.h>
2 #include <wctype.h>
3 #include <stddef.h>
4 ptrdiff_t i;
5
6 int
7 main (void)
8 {
9 return 0;
10 }