書式 int atoi(const char *str);
機能 文字列の先行する空白を無視し、符号・数字以外の文字の手前までをint型に変換。
戻り値 整数。
ヘッダーファイル stdlib.h
使用例