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

__int64_div_asgn updates the 64-bit signed integer pointed to by dividend by dividing it by divisor and truncated towards zero. The quotient is returned as the result.

Portability

__int64_div_asgn may not be provided on all implementations of CrossWorks.