Synopsis
int16_t __int16_mod_asgn(int16_t *dividend,
                         int16_t divisor);
Description

__int16_mod_asgn updates the 16-bit signed integer pointed to by dividend by assigning it the remainder after division of dividend by divisor. The remainder is returned as the result.