mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
several small details
This commit is contained in:
parent
c2bb9abcec
commit
67578ec51f
20 changed files with 152 additions and 137 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lundump.h,v 1.34 2003/08/25 19:51:54 roberto Exp roberto $
|
||||
** $Id: lundump.h,v 1.35 2005/04/25 19:24:10 roberto Exp roberto $
|
||||
** load pre-compiled Lua chunks
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -18,7 +18,7 @@ LUAI_FUNC Proto* luaU_undump (lua_State* L, ZIO* Z, Mbuffer* buff,
|
|||
LUAI_FUNC int luaU_endianness (void);
|
||||
|
||||
/* dump one chunk; from ldump.c */
|
||||
LUAI_FUNC int luaU_dump (lua_State* L, const Proto* Main, lua_Chunkwriter w,
|
||||
LUAI_FUNC int luaU_dump (lua_State* L, const Proto* Main, lua_Writer w,
|
||||
void* data, int strip);
|
||||
|
||||
/* print one chunk; from print.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue