![]() |
CHDK_DE Vorschauversion
Trunk Rev. 6014
|
#include <string.h>
#include "lua.h"
#include "llimits.h"
#include "lmem.h"
#include "lstate.h"
#include "lzio.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | lzio_c |
#define | LUA_CORE |
Funktionen | |
LUAI_FUNC int | luaZ_fill (ZIO *z) |
LUAI_FUNC int | luaZ_lookahead (ZIO *z) |
LUAI_FUNC void | luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) |
LUAI_FUNC size_t | luaZ_read (ZIO *z, void *b, size_t n) |
LUAI_FUNC char * | luaZ_openspace (lua_State *L, Mbuffer *buff, size_t n) |
LUAI_FUNC void luaZ_init | ( | lua_State * | L, |
ZIO * | z, | ||
lua_Reader | reader, | ||
void * | data | ||
) |