|
native Lua
0.4.0
Lua on the platform you use with the compiler you choose
|
#include "lprefix.h"#include <limits.h>#include <stddef.h>#include <string.h>#include "lua.h"#include "lauxlib.h"#include "lualib.h"#include <time.h>
Macros | |
| #define | ltablib_c |
| #define | LUA_LIB |
| #define | TAB_R 1 /* read */ |
| #define | TAB_W 2 /* write */ |
| #define | TAB_L 4 /* length */ |
| #define | TAB_RW (TAB_R | TAB_W) /* read/write */ |
| #define | aux_getn(L, n, w) (checktab(L, n, (w) | TAB_L), luaL_len(L, n)) |
| #define | sof(e) (sizeof(e) / sizeof(unsigned int)) |
| #define | RANLIMIT 100u |
Typedefs | |
| typedef unsigned int | IdxT |
Functions | |
| LUAMOD_API int | luaopen_table (lua_State *L) |
| #define ltablib_c |
| #define LUA_LIB |
| #define RANLIMIT 100u |
| #define sof | ( | e | ) | (sizeof(e) / sizeof(unsigned int)) |
| #define TAB_L 4 /* length */ |
| #define TAB_R 1 /* read */ |
| #define TAB_W 2 /* write */ |
| typedef unsigned int IdxT |
| LUAMOD_API int luaopen_table | ( | lua_State * | L | ) |
1.8.20