c語言的神奇用法

先看如下代碼,注意紅色那行: #include<stdio.h> struct test1 { int a; int b; }; struct test2 { int c; }; struct TestObject { int n; struct test1 t1; struct test2* p2; }; int main() { TestObject * obj = 0; char * off
相關文章
相關標籤/搜索