![]() |
|
The ifx_int8add() function adds 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. |
sum | is a pointer to the int8 structure that contains the sum of n1 + n2. |
The sum can be the same as either n1 or n2.
The file int8add.ec in the demo directory contains the following sample program.