strtof, strtod, strtold
cppreference.com
[] |
Google. . , . , . |
<metanoindex/>
<tbody> </tbody> <stdlib.h>
|
||
float strtof( const char* str, char** str_end ); |
( C99) | |
double strtod( const char* str, char** str_end ); |
||
long double strtold( const char* str, char** str_end ); |
( C99) | |
,
str.( isspace), . , . :
- . :
|
( C99) |
| str | ||
| str_end | .
|
| : |
.
| () | |
C++ strtof, strtod, strtold
| |