Informix DataBlade API Programmer's Manual
DataBlade API Function Descriptions
ifx_int8cvlong()
The
ifx_int8cvlong()
function converts a C
long
type value into an
int8
type value.
Syntax
mint ifx_int8cvlong(
lng_val
,
int8_val
)
int4 lng_val;
ifx_int8_t *int8_val;
lng_val
is the
int4
integer that
ifx_int8cvlong()
converts to an
int8
type value.
int8_val
is a pointer to the
int8
structure where
ifx_int8cvlong()
places the result of the conversion.
Return Codes
0
The conversion was successful.
<0
The conversion failed.
Informix DataBlade API Programmer's Manual
, Version 9.2
Copyright © 1999, Informix Software, Inc. All rights reserved