]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/tst-deep1mod1.c
iconv, localedef: avoid floating point rounding differences [BZ #24372]
[thirdparty/glibc.git] / elf / tst-deep1mod1.c
CommitLineData
1fc07491
UD
1#include <stdio.h>
2int
3foo (void)
4{
5 printf ("%s:%s\n", __FILE__, __func__);
6 return 1;
7}
8
9int
10baz (void)
11{
12 printf ("%s:%s\n", __FILE__, __func__);
13 return 20;
14}