摘要: 1 #include "unp.h" 2 3 int 4 main(int argc, char **argv) 5 { 6 union { 7 short s; 8 char c[sizeof(short)]; 9 } un;10 11 ... 阅读全文
posted @ 2015-01-31 13:17 msh 阅读(132) 评论(0) 推荐(0) 编辑