Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!purdue!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: typedefing arrays Message-ID: <10366@smoke.BRL.MIL> Date: 5 Jun 89 20:03:02 GMT References: <4636@alvin.mcnc.org> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <4636@alvin.mcnc.org> spl@mcnc.org (Steve Lamont) writes: > Is it possible to do something like > typedef int vertex[3]; Sure; 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."