摘要:
void StrSplit(int n, char *buf, char *buf2){ int i = 0; static int count = 0; /*使用静态局部变量count计数*/ if (count == strlen(buf)) count = 0; for (i = 0; i strlen(src)) return; if (end > strlen(src)) end = strlen(src); while (i < end) { dest[i-start] = src[i]; i++; } dest[i-start... 阅读全文
posted @ 2013-12-04 10:33
InnovatorOne
阅读(232)
评论(0)
推荐(0)
2013年12月4日