/**
函数名:zip_space
功能 :压缩空格的函数
参数 :
s 源字符串
返回值:
0 成功
**/
int zip_space(char *s){ int i,j; int len; if(s==NULL || strlen(s)==0) { return -1; } len=strlen(s); i=j=0; while(s[i]!='
/**
函数名:zip_space
功能 :压缩空格的函数
参数 :
s 源字符串
返回值:
0 成功
**/
int zip_space(char *s){ int i,j; int len; if(s==NULL || strlen(s)==0) { return -1; } len=strlen(s); i=j=0; while(s[i]!='