|
|
||
|
* Silence:
> What's the meaning of "[ ]" in the struct ?
>
> struct astr
> {
> char *name;
> short secure;
> [
> short sst;
> short env;
> ]
> };
In C, that's a syntax error. What's the context of this code snippet?
How is it related to Lua?