![]() |
|
The ifx_int8sub() function subtracts two int8 type values.
n1 | is a pointer to the int8 structure that contains the first operand. |
n2 | is a pointer to the int8 structure that contains the second operand. |
difference | is a pointer to the int8 structure that contains the difference of n1 and n2 (n1 - n2). |
The difference can be the same as either n1 or n2.
The file int8sub.ec in the demo directory contains the following sample program.