]> git.ipfire.org Git - thirdparty/glibc.git/blob - elf/tst-relsort1mod2.c
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / elf / tst-relsort1mod2.c
1 #include <math.h>
2
3 int
4 foo (double d)
5 {
6 return floor (d) != 0.0;
7 }