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