摘要:
本文转载自:http://blog.csdn.net/tigerjibo/article/details/12784823 linux C函数之strdup函数分析 一.函数分析 1.函数原型: [cpp] view plain copy #include <string.h> char *strd 阅读全文
摘要:
本文转载自:http://blog.csdn.net/hexiechina2010/article/details/25096763 char *strtok( char *strToken, const char *strDelimit ); 用来将字符串分割成一个个片段。参数str指向欲分割的字 阅读全文