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