10 lines
157 B
C
10 lines
157 B
C
|
|
||
|
#ifndef GEMSTONE_STD_LIB_MATH_H_
|
||
|
#define GEMSTONE_STD_LIB_MATH_H_
|
||
|
|
||
|
#include <def/api.h>
|
||
|
|
||
|
void mod(u32 a, u32 b, u32* c);
|
||
|
|
||
|
#endif //GEMSTONE_STD_LIB_MATH_H_
|