typedef

VLD/VMB gwyn at BRL.ARPA
Mon Nov 11 15:03:03 AEST 1985


> Is the following legal C or not?
>	typedef double POINT[3];
>	typedef double TMATRIX[4][4];

Sure; why not?
(Note that a jmp_buf is a similar typedef.)



More information about the Comp.lang.c mailing list