Subject: Re: Question regarding the array of size 0.
To: Alfred Perlstein <bright@wintelcom.net>
From: Peter Seebach <seebs@plethora.net>
List: tech-kern
Date: 03/30/2001 10:02:56
In message <20010329235022.W9431@fw.wintelcom.net>, Alfred Perlstein writes:
>* Peter Seebach <seebs@plethora.net> [010329 23:49] wrote:
>> The only portable solution is the new feature in C99.

>Which new feature?

C99 allows the last member of a struct to be declared as an array with no
size; this implies an object which will act like an array, but which isn't
directly bounds-checked.

-s