Perform operations on eight-byte values
Use the following IBM®
Informix® ESQL/C library
functions to perform arithmetic operations on INT8 (mi_int8)
type values.
Function name | Description |
---|---|
ifx_int8add() | Adds two mi_int8 numbers |
ifx_int8cmp() | Compares two mi_int8 numbers |
ifx_int8copy() | Copies an mi_int8 number |
ifx_int8div() | Divides two mi_int8 numbers |
ifx_int8mul() | Multiplies two mi_int8 numbers |
ifx_int8sub() | Subtracts two mi_int8 numbers |
Any other operations, modifications, or analyses can produce unpredictable results.