这个明明定义了啊
#include<stdio.h>#include<string.h>
main ()
{
union
{
char c[2];
int a;
long b;
struct NODE
{
int data;
struct NODE *next;
}n;
}m;
printf("%d,%d\n",sizeof(m),strlen(n));
}
他居然说我的N没有定义。。。
2011-12-06 22:55
2011-12-06 23:00
2011-12-06 23:01
2011-12-06 23:01
2011-12-06 23:03
2011-12-06 23:04
2011-12-06 23:09
2011-12-06 23:09
2011-12-06 23:14
2011-12-06 23:46