当前位置: 首页 > 工具软件 > AttC > 使用案例 >

Linux C之atio()函数

郭凯
2023-12-01

Linux C之atio()函数

1.首先man下

ATOI(3)       Linux Programmer's Manual                   ATOI(3)

NAME

 atoi, atol,atoll, atoq - convert a string to an integer

SYNOPSIS

#include <stdlib.h>

 

int atoi(const char *nptr);

long atol(const

 类似资料: