摘要:
1. typedef 声明的新的类型名在变量名的位置出现。example: typedef unsigned int UINT 则 unsigned int a;相当于 UINT A;2. typedef 是由编译器解释的example: typedef int (*FUN)(char *,char... 阅读全文
posted @ 2015-10-04 17:51
youngvoice
阅读(135)
评论(0)
推荐(0)
2015年10月4日