1 Star 1 Fork 0

yyz116/luago

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
luaconf.go 579 Bytes
一键复制 编辑 原始数据 按行查看 历史
yyz116 提交于 2020-09-10 14:58 . first commit
package luago
/*
#cgo CFLAGS:-I../../inc
#cgo LDFLAGS:-lm
#include "lua/luaconf.h"
*/
import "C"
const LUA_DIRSEP = C.LUA_DIRSEP
const LUA_ENV = C.LUA_ENV
const LUA_IDSIZE = C.LUA_IDSIZE
type LUA_INT32 C.LUA_INT32
type LUA_NUMBER C.LUA_NUMBER
const LUA_NUMBER_SCAN = C.LUA_NUMBER_SCAN
const LUA_NUMBER_FMT = C.LUA_NUMBER_FMT
// TODO: #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n))
// TODO: #define lua_str2number(s,p) strtod((s), (p))
// TODO: #define lua_strx2number(s,p) strtod((s), (p))
type LUA_INTEGER C.LUA_INTEGER
type LUA_UNSIGNED C.LUA_UNSIGNED
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/yyz116/luago.git
git@gitee.com:yyz116/luago.git
yyz116
luago
luago
master

搜索帮助