X3J11 Pleasanton meeting summary

Doug Gwyn gwyn at smoke.BRL.MIL
Tue Oct 9 05:01:58 AEST 1990


In article <14049 at smoke.BRL.MIL> gwyn at smoke.BRL.MIL (Doug Gwyn) writes:
>	void main( void ) { int a[4][5]; func( a[1] ); return 0; }

I of course meant:
	int main( void ) { int a[4][5]; func( a[1] ); return 0; }



More information about the Comp.std.c mailing list