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