pokediamond/arm9/lib/include/MSL_Common_arith.h
2021-07-06 00:33:32 +01:00

9 lines
128 B
C

#ifndef MSL_COMMON_ARITH_H
#define MSL_COMMON_ARITH_H
#include "nitro/types.h"
s32 abs(s32 val);
#endif //MSL_COMMON_ARITH_H