234234234
摘要: #include <stdio.h> int main() { typedef int myint; // 为int 类型取自己想要的名字 myint a = 10; printf("%d", a); return 0;} 其他类型的用法也是一样的 typedef 类型 自己想要取得名字; 阅读全文
posted @ 2018-06-18 23:56 你若愿意,我一定去 阅读(354) 评论(0) 推荐(0) 编辑
23423423423