摘要: 1 #include <stdio.h> 2 #include <string.h> 3 4 void reqorder(char *input,char *output,int counter) 5 { 6 int i=0, j=0; 7 char *p=input; 8 char *buf=NU 阅读全文
posted @ 2017-05-19 18:18 quliuliu2013 阅读(8982) 评论(0) 推荐(0)