![]() |
|
The ifx_int8tolong() function converts an int8 type number into a C long type number.
0 | The conversion was successful. |
-1200 | The magnitude of the int8 type number is greater than 2,147,483,647. |
The file int8tolong.ec in the demo directory contains the following sample program.