Synopsis
#include <cruntime.h>
int16_t __int16_div(int16_t dividend, int16_t divisor);
Description
__int16_div divides dividend by divisor and returns the signed quotient, truncated towards zero, as the result.
Portability
__int16_div is a provided on all implementations of CrossWorks.