atoi
将字符串转成 int 类型
头文件:#include<stdlib.h>
atol
将字符串转成 long 类型
头文件:#include<stdlib.h>
atof
将字符串转成 float 类型
头文件:#include<stdlib.h>
标签:头文件,int,数值,类型,字符串,include From: https://www.cnblogs.com/yachifeng/p/17201222.html
atoi
将字符串转成 int 类型
头文件:#include<stdlib.h>
atol
将字符串转成 long 类型
头文件:#include<stdlib.h>
atof
将字符串转成 float 类型
头文件:#include<stdlib.h>
标签:头文件,int,数值,类型,字符串,include From: https://www.cnblogs.com/yachifeng/p/17201222.html