The biginttoifx_int8() function
The biginttoifx_int8() function converts a BIGINT type number to an int8 type number.
Syntax
void biginttoifx_int8(bigintv, int8p)
const bigint bigintv
ifx_int8_t *int8p
- bigintv
- A bigint value to convert to int8.
- int8p
- A pointer to an int8 structure to contain the result of the conversion.