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