#ifndef GEMSTONE_STD_LIB_MATH_H_ #define GEMSTONE_STD_LIB_MATH_H_ #include void mod(u32 a, u32 b, u32* c); #endif //GEMSTONE_STD_LIB_MATH_H_