C function atol:修订历史

本页内容
上一节: C_function_atoi 下一节: C_function_strtod

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

    2022年8月17日 (星期三)

    • 当前之前 17:092022年8月17日 (三) 17:09Neo 讨论 贡献 1,326字节 +1,326 创建页面,内容为“{{DISPLAYTITLE:long int atol(const char *str)}}3 = C 库函数 - atol() = C 标准库 - <stdlib.h> == 描述 == C 库函数 '''long int atol(const char *str)''' 把参数 '''str''' 所指向的字符串转换为一个长整数(类型为 long int 型)。 == 声明 == 下面是 atol() 函数的声明。 <pre> long int atol(const char *str) </pre> == 参数 == * '''str''' --…”
上一节: C_function_atoi 下一节: C_function_strtod