|
Embedded Artistry Framework
Embedded Systems C++ Framework
|
#include <stdlib.h>
Functions | |
| double | atof (const char *ascii) |
| Interprets a floating-point value in a byte string pointed to by str. More... | |
| double atof | ( | const char * | str | ) |
Interprets a floating-point value in a byte string pointed to by str.
Interprets a floating-point value in a byte string pointed to by str. Function discards any whitespace characters (as determined by
| str | pointer to the null-terminated byte string to be interpreted |
References NULL, and strtod().
Referenced by atof_test().

1.8.15