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."