会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
紫竹人士
博客园
首页
新随笔
联系
订阅
管理
2015年5月7日
C语言和Lua的交互
摘要: //test.c#include #include "lua.h"#include "lualib.h"#include "lauxlib.h"#include lua_State *L;int main(){ L = luaL_newstate();//创建state以及加载标准库 ...
阅读全文
posted @ 2015-05-07 13:29 紫竹人士
阅读(365)
评论(0)
推荐(0)
编辑
公告