摘要: #include<stdio.h>#include<stdlib.h>#include<string.h>char * my_strtok(char * p_string, char * p_delimiter) { static char * p = NULL; if (p_string != N 阅读全文
posted @ 2018-05-24 23:26 随意就好欧巴 阅读(207) 评论(0) 推荐(0) 编辑