1 Star 1 Fork 0

yyz116/luago

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
luagoext.h 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
yyz116 提交于 2020-09-10 14:58 . first commit
#ifndef _INC_LUAGOEXT_
#define _INC_LUAGOEXT_
//////////////////////////////////////////////////////////
struct lua_State;
// 创建元方法的元表
int luago_open(struct lua_State* _pLuaState, void* _pLuaGoState);
int luago_close(struct lua_State* L);
// push GoFunction
int luago_pushGoFunction(struct lua_State* L, const char* _pszName, int _nSeq);
int luago_popGoFunction(struct lua_State* L, const char* _pszName);
// helpers
void luago_error(struct lua_State* L, const char* _pszErrMsg);
void luago_addSearchPath(struct lua_State* L, const char* _pszPath, int _tip);
//////////////////////////////////////////////////////////
//
int luago_stackDump(lua_State *L);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yyz116/luago.git
git@gitee.com:yyz116/luago.git
yyz116
luago
luago
master

搜索帮助