摘要:
函数名: strtok 功 能: 查找由在第二个串中指定的分界符分隔开的单词 用 法: char *strtok(char *str1, char *str2); 程序例: #include <string.h> #include <stdio.h> int main(void) { char input[16] = "abc,d"; char ... 阅读全文
posted @ 2010-06-03 12:27
酒猫
阅读(1481)
评论(0)
推荐(0)