git.wh0rd.org
/
ICEs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
initial import
[ICEs.git]
/
137526
/
jsmath.i.bak
1
void math_round()
2
{
3
double x;
4
return foo(
5
x,
6
copysign(
7
bar()
8
,
9
x
10
)
11
);
12
}