index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
BUG22.c
blob: 9fd95254d3d2094910972b9e19bd0b38727d8596 (
plain
)
1
2
3
4
5
6
void
Rotate
(
float
angle
)
{
float
mag
=
(
angle
<
0
)
?
-
angle
:
angle
;
}