Synopsis
#include <cruntime.h>
int16_t __int16_mod(int16_t dividend, int16_t divisor);
Description

__int16_mod divides dividend by divisor and returns the signed remainer as the result.

Portability

__int16_mod is a provided on all implementations of CrossWorks.