ISO C forbids empty initializer braces in C

后端 未结 3 1702
灰色年华
灰色年华 2020-12-20 23:48

I have a struct like this:

typedef struct
{
   int a;
   int b;
   int c;
   int d;
} Hello;

then I declare it in this way:



        
3条回答
提交回复
热议问题