#include <cruntime.h>int32_t __int32_mod(int32_t dividend, int32_t divisor);
__int32_mod divides dividend by divisor and returns the signed remainer as the result.
__int32_mod is a provided on all implementations of CrossWorks.