uatof
Converts a string into a double.
Description
double uatof(const char *s
);
Convert as much of the string as possible to an equivalent double
precision real number. This function is almost like `ustrtod(s, NULL)'.
Returns the equivalent value, or zero if the string does not represent a
number.
Related Discussions
The following threads each have code containing this keyword:
Note: You can click on the numbers to jump directly to the posts that reference this page.
Related Projects
The following projects include source code containing this keyword: