摘要: c语言指针记录,避免忘记 字符串指针赋值 #include <stdio.h> #include <string.h> //*在定义的时候才为指针 void myswitch(char** str1,char** str2){ char *tmp = NULL; //*在这里解引用 tmp = *s 阅读全文
posted @ 2022-03-17 14:58 程序员Hiram 阅读(677) 评论(0) 推荐(0)