摘要: #include #include #include void conventStr(char *str, const int strlen); int main(void) { char str[] = "how old are you?"; conventStr(str, sizeof(str)); printf("%s", str); system... 阅读全文
posted @ 2017-06-01 11:48 TextBox123 阅读(153) 评论(0) 推荐(0) 编辑