Re: Initialization of nested flexible array members

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Alexandre,

Declare your stretchy-buffered struct this way:

typedef struct
{
    char a;
    char b;
    int flexo[1024];
} EnclosedStruct;

Instead of "1024", use whatever largest possible size the struct could conceivably need to accommodate.

HTH,
--Eljay



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux