随笔分类 -  C语言笔记

摘要:1. 函数原型及其基本应用 strtok函数是用来分解字符串的,其原型是: [cpp] view plain copy char *strtok(char str[], const char *delim); 其中str是要分解的字符串,delim是字符串中用来分解的字符,该函数返回分解后的字符串的 阅读全文
posted @ 2018-01-28 21:01 幻影-Andy 阅读(363) 评论(0) 推荐(0)