Informix DataBlade API Programmer's Manual
DataBlade API Function Descriptions
rstod()
The
rstod()
function converts a null-terminated string into a C
double
value.
Syntax
mint rstod(
string
,
double_val
)
char *string;
double *double_val;
string
is a pointer to a null-terminated string.
double_val
is a pointer to a
double
value that holds the converted value.
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