typedef struct
- From: Russell Shaw <rjshawN_o@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 01 May 2005 01:35:00 +1000
Hi, In setjmp.h on a linux system, there is:
typedef struct __jmp_buf_tag
{
...
} jmp_buf[1];I could understand typedef struct { } jmp_buf, but how do i
interpret typedef struct { } jmp_buf[1] ?
.- Follow-Ups:
- Re: typedef struct
- From: Mike Wahler
- Re: typedef struct
- From: Ben Pfaff
- Re: typedef struct
- Prev by Date: Re: a few doubts!
- Next by Date: Re: Using define with variable values
- Previous by thread: a few doubts!
- Next by thread: Re: typedef struct
- Index(es):