摘要: 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 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 1:编译环境 2:示例代码 3:输出结果 阅读全文
posted @ 2018-08-01 11:31 Chris83 阅读(968) 评论(0) 推荐(0) 编辑