index
:
oot
main
Decompilation of The Legend of Zelda: Ocarina of Time
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libultra_code_O2_g3
/
absf.c
blob: ebdbb72c08d244d9713fb05976d6d47c3c61b72c (
plain
)
1
2
3
4
5
#include "global.h" f32 absf(f32 a) { return fabsf(a); }