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
Refactor strtod parsing of NaN payloads.
[glibc.git]
/
elf
/
unload4mod2.c
blob
497ef5d93b05f30bc140cef7148f36c578b4f246
1
#include <stdio.h>
2
3
int
4
baz
(
int
x
)
5
{
6
puts
(
"in baz"
);
7
return
x
*
4
;
8
}