Synopsis
#include <cruntime.h>
int64_t __int64_mod_asgn(int64_t *dividend, int64_t divisor);
Description

__int64_mod_asgn updates the 64-bit signed integer pointed to by dividend by assigining it the remainder after division of dividend by divisor. The remainder is returned as the result.

Portability

__int64_mod_asgn may not be provided on all implementations of CrossWorks.