【C言語】atof関数の使い方

atof関数は、string を、倍精度の浮動小数点値に変換します。

関数名atof
ヘッダー#include <stdlib.h>
関数プロトタイプdouble atof(const char *string);
詳細string を、倍精度の浮動小数点値に変換します。

このブログの人気の投稿

【C言語】va_end関数の使い方

【C言語】rand_r関数の使い方

【C言語】gmtime_r関数の使い方