|
native Lua
0.5.0-devel
Lua on the platform you use with the compiler you choose
|
#include "lprefix.h"#include <stddef.h>#include "lua.h"#include "lobject.h"#include "lstate.h"#include "lundump.h"#include "_native_lua_config.h"
Data Structures | |
| struct | DumpState |
Macros | |
| #define | ldump_c |
| #define | LUA_CORE |
| #define | dumpVector(D, v, n) dumpBlock(D,v,(n)*sizeof((v)[0])) |
| #define | dumpLiteral(D, s) dumpBlock(D,s,sizeof(s) - sizeof(char)) |
| #define | dumpVar(D, x) dumpVector(D,&x,1) |
| #define | DIBS ((sizeof(size_t) * 8 / 7) + 1) |
Functions | |
| int | luaU_dump (lua_State *L, const Proto *f, lua_Writer w, void *data, int strip) |
| #define DIBS ((sizeof(size_t) * 8 / 7) + 1) |
| #define dumpLiteral | ( | D, | |
| s | |||
| ) | dumpBlock(D,s,sizeof(s) - sizeof(char)) |
| #define dumpVar | ( | D, | |
| x | |||
| ) | dumpVector(D,&x,1) |
| #define dumpVector | ( | D, | |
| v, | |||
| n | |||
| ) | dumpBlock(D,v,(n)*sizeof((v)[0])) |
| #define ldump_c |
| #define LUA_CORE |
| int luaU_dump | ( | lua_State * | L, |
| const Proto * | f, | ||
| lua_Writer | w, | ||
| void * | data, | ||
| int | strip | ||
| ) |
1.8.18