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