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

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

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

このブログの人気の投稿

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

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