摘要: /* * test_struct.c * * Created on: 2009-10-3 * Author: lengyuex */#include #include int main(void){ struct str_1{ char a; int b; }good1; struct str_2{ int a ; char b ; }good2; s... 阅读全文
posted @ 2009-10-04 00:06 冷月X 阅读(425) 评论(0) 推荐(0)