atof(3) - wariua/manpages-ko GitHub Wiki
atof - λ¬Έμμ΄μ doubleλ‘ λ³ννκΈ°
#include <stdlib.h>
double atof(const char *nptr);
atof()
ν¨μλ nptr
μ΄ κ°λ¦¬ν€λ λ¬Έμμ΄μ μ²μ λΆλΆμ double
λ‘ λ³ννλ€. λ€μκ³Ό λμμ΄ κ°λ, atof()
μμλ μ€λ₯λ₯Ό κ°μ§νμ§ μλλ€.
strtod(nptr, NULL);
λ³νν κ°.
μ΄ μ μμ μ¬μ©νλ μ©μ΄λ€μ λν μ€λͺ μ attributes(7)λ₯Ό 보λΌ.
μΈν°νμ΄μ€ | μμ± | κ° |
---|---|---|
atof() |
μ€λ λ μμ μ± | MT-Safe locale |
POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
atoi(3), atol(3), strfromd(3), strtod(3), strtol(3), strtoul(3)
2016-12-12