|
The ifx_int8copy() function copies one int8 structure to another.
source | is a pointer to the int8 structure that contains the source int8 value to copy. |
target | is a pointer to the target int8 structure. |
The ifx_int8copy() function does not return a status value. To determine the success of the copy operation, look at the contents of the int8 structure to which the target argument points.