摘要:
int deleteSpaceEnterTab(char* srcstr) { if (NULL == srcstr) { printf("parameter error\n"); return -1; } /* 删除行尾的换行符 */ int tmpLen = strlen(srcstr); while ('\r' == ... 阅读全文
posted @ 2018-08-01 13:23
Chris83
阅读(842)
评论(0)
推荐(0)
摘要:
1:编译环境 2:示例代码 3:输出结果 阅读全文
posted @ 2018-08-01 11:31
Chris83
阅读(985)
评论(0)
推荐(0)

浙公网安备 33010602011771号