导航

2020年7月3日

摘要: 1 #include <stdio.h> 2 #include <string.h> 3 4 char *strconv(char *p) 5 { 6 int length = strlen(p) ; 7 char *ptr = p ; 8 char *ptr_1 = p+length - 1; 9 阅读全文

posted @ 2020-07-03 23:49 ErgoCogito 阅读(305) 评论(0) 推荐(0) 编辑