1 2 3 4 5 6 7 8
#ifndef MSL_COMMON_ARITH_H #define MSL_COMMON_ARITH_H #include "nitro/types.h" s32 abs(s32 val); #endif //MSL_COMMON_ARITH_H