#include <cruntime.h>
uint32_t __uint32_mod_asgn(uint32_t *dividend, uint32_t divisor);
__uint32_mod_asgn updates the 32-bit unsigned integer pointed to by dividend by assigining it the remainder after division of dividend by divisor. The remainder is returned as the result.
__uint32_mod_asgn may not be provided on all implementations of CrossWorks.