I found this line defined in a structure in a C source code
unsigned char data[0];
Is it a buffer with unlimeted length? is it supported in the C89 or only in C99?
I found this line defined in a structure in a C source code
unsigned char data[0];
Is it a buffer with unlimeted length? is it supported in the C89 or only in C99?