Subject: Re: Question regarding the array of size 0.
To: Harti Brandt <brandt@fokus.gmd.de>
From: Frederick Bruckman <fb@enteract.com>
List: tech-kern
Date: 03/30/2001 09:47:00
On Fri, 30 Mar 2001, Harti Brandt wrote:

> AP>> The only portable solution is the new feature in C99.

A contradiction in terms, since there are no C99 compilers yet.
(Are there?)

> Well, that's even lesser portability.
>
> struct foo {
> 	double	bar;
> 	int	baz[0];
> };
>
> works for both compilers.


Frederick