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

strtof関数は、nptr を float 型の値に変換します。

関数名strtof
ヘッダー#include <stdlib.h>
関数プロトタイプfloat strtof(const char *nptr, char **endptr);
詳細nptr を float 型の値に変換します。

このブログの人気の投稿

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

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

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