[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [] in C struct
- From: Silence <bravefly@...>
- Date: Thu, 6 May 2010 16:41:00 +0800
Dear all,
What's the meaning of "[ ]" in the struct ?
struct astr
{
char *name;
short secure;
[
short sst;
short env;
]
};
Thanks.
Aurora.