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

atoi関数は、string を整数に変換します。

関数名atoi
ヘッダー#include <stdlib.h>
関数プロトタイプint atoi(const char *string);
詳細string を整数に変換します。

このブログの人気の投稿

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

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

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