14 #define sizeCclosure(n) (cast(int, sizeof(CClosure)) + \ 15 cast(int, sizeof(TValue)*((n)-1))) 17 #define sizeLclosure(n) (cast(int, sizeof(LClosure)) + \ 18 cast(int, sizeof(TValue *)*((n)-1))) 30 LUAI_FUNC
const char *luaF_getlocalname (
const Proto *func,
int local_number,
Definition: lobject.h:274
Definition: lobject.h:231
Definition: lobject.h:309
Definition: lobject.h:338