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