The bigintcvifx_int8() function
The bigintcvifx_int8() function converts and int8 type number to a BIGINT type number.
Syntax
mint bigintcvifx_int8(int8p, bigintp)
const ifx_int8_t *int8p
bigint *bigintp
- int8p
- The int8 value to convert to a bigint value.
- bigintp
- A pointer to a bigint variable to contain the result of the conversion.
Return values
- 0
- The conversion was successful.
- <0
- The conversion failed.