Rechercher une page de manuel
atof
Langue: ja
Version: 1993-03-29 (fedora - 25/11/07)
Section: 3 (Bibliothèques de fonctions)
名前
atof - 文字列を double 型の数値に変換書式
#include <stdlib.h> double atof(const char *nptr);
説明
atof() 関数は、nptrによって指示される文字列のはじめの部分を double型の数値に変換する。 この振る舞いは、 atof() 関数がエラーを見つけないことを除いては、- strtod(nptr, (char **) NULL);
と同じである。
返り値
変換された値。準拠
SVr4, POSIX.1-2001, 4.3BSD, C89, C99.関連項目
atoi(3), atol(3), strtod(3), strtol(3), strtoul(3)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre