This website requires JavaScript.
Explore
Help
Sign In
falso
/
oot
mirror of
https://github.com/zeldaret/oot.git
Watch
1
Star
0
Fork
You've already forked oot
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9b89ec5fac
oot
/
src
/
libultra_code_O2_g3
/
absf.c
6 lines
62 B
C
Raw
Blame
History
#
include
"global.h"
f32
absf
(
f32
a
)
{
return
fabsf
(
a
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink