repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix ldexp, scalbn, scalbln for sNaN input (bug 20225).
[glibc.git]
/
csu
/
tst-empty.c
blob
e99468eef96bc3476190cd8f83f519c40bd25452
1
/* The most useful C program known to man. */
2
static int
3
do_test
(
void
)
4
{
5
return
0
;
6
}
7
8
#define TEST_FUNCTION do_test ()
9
#include
"../test-skeleton.c"