index
:
agbcc
master
game boy advance c compiler
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; }