hi,

the typedef means type __jmp_buf is an 6 element array of type int. ie if
u declare
__jmp_buf xx;
it is equivalent to 
int xx[6];

HTH,
Raju

On Mon, 26 Jul 1999, Yanfeng Zhang wrote:

> in the header file /usr/include/setjmp.h there is a typedef statement:
> typedef int __jmp_buf[6]
> I cannot understand that. __jmp_buf[6] is a array item, how can it be a name of type?
>  
> Thanks.
>  
> Fred
> 

Reply via email to