38#define WEAK __attribute__((weak)) 
   44#define LUAR_MAX_MODULE_NAME 64 
WEAK const struct lua_riot_builtin_lua *const lua_riot_builtin_lua_table
Table containing all built in pure lua modules.
 
WEAK const size_t lua_riot_builtin_c_table_len
Number of elements of lua_riot_builtin_c_table.
 
WEAK const struct lua_riot_builtin_c *const lua_riot_builtin_c_table
Table containing all built in c lua modules.
 
WEAK const size_t lua_riot_builtin_lua_table_len
Number of elements of lua_riot_builtin_lua_table.
 
#define WEAK
Attribute to make symbols weak.
 
Entry describing a c lua module built into the application binary.
 
int(* luaopen)(lua_State *)
 
Entry describing a pure lua module whose source is built into the application binary.