lua中调用C
摘要:1. Call C from Lua(在Lua中调用C动态库函数) * C函数原型满足:typedef int (*lua_CFunction) (lua_State *L); 该函数类型仅仅包含一个表示Lua环境的指针作为其唯一的参数,实现者可以通过该指针进一步获取Lua代码中实际传...
阅读全文
posted @ 2015-02-05 13:06
posted @ 2015-02-05 13:06
posted @ 2015-02-05 12:39
posted @ 2015-01-05 19:32
posted @ 2013-11-18 14:21