摘要:
从今天开始,慢慢的写全c语言函数库的函数使用代码 1.函数名: atoi 功 能: 把字符串转换成长整型数 用 法: int atoi(const char *nptr);需要传进一个char类型的指针 程序例: #include <stdlib.h> #include <stdio.h> int main(void) { ... 阅读全文
posted @ 2010-04-11 21:51
云端小飞象cg
阅读(264)
评论(0)
推荐(0)

浙公网安备 33010602011771号