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