typedefing arrays

Doug Gwyn gwyn at smoke.BRL.MIL
Tue Jun 6 06:03:02 AEST 1989


In article <4636 at alvin.mcnc.org> spl at mcnc.org (Steve Lamont) writes:
>  Is it possible to do something like
>	typedef int	vertex[3];

Sure; <setjmp.h> is supposed to typedef a jmp_buf like this.

All the other questions are answered by "Use the type the way it
must be used by its very definition and it will work just fine."



More information about the Comp.lang.c mailing list