index
:
ph
main
Decompilation of The Legend of Zelda: Phantom Hourglass (NDS)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libs
/
c
/
include
/
stdlib.h
blob: fbc4dce0a6d057d859857dc8e793c0c0041f9da4 (
plain
)
1
2
3
4
5
6
7
#ifndef _C_STRLIB_H #define _C_STRLIB_H int abs(int n); long labs(long n); #endif