7 lines
155 B
C
7 lines
155 B
C
#include <lua.h>
|
|
|
|
int http_open_lib(lua_State *ctx);
|
|
int fmt_open_lib(lua_State *ctx);
|
|
int zlib_open_lib(lua_State *ctx);
|
|
int fs_open_lib(lua_State *ctx);
|