![]() |
|
The ifx_int8div() function divides two int8 type values.
n1 | is a pointer to the int8 structure that contains the dividend. |
n2 | is a pointer to the int8 structure that contains the divisor. |
quotient | is a pointer to the int8 structure that contains the quotient of n1/n2. |
The quotient can be the same as either n1 or n2.
The file int8div.ec in the demo directory contains the following sample program.