Re: OpenBSD madness...
"Alfred M. Szmidt" <[email protected]>
| Newsgroups | gmane.comp.version-control.arch.user |
|---|---|
| Message-ID | <[email protected]> |
> {
> int foo;
> foo = 0;
> int bar;
> }
These are not silly. This was not a valid "C" last time I checked.
It is valid GNU C though, and I think it might be valid C99. But I
don't have the standard at hand.