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