Synopsis
#include <cruntime.h>
uint64_t __uint64_mod(uint64_t dividend, uint64_t divisor);
Description

__uint64_mod divides dividend by divisor and returns the signed remainer as the result.

Portability

__uint64_mod is a provided on all implementations of CrossWorks.