llgo/c/lua:link style

This commit is contained in:
luoliwoshang
2024-07-13 22:57:01 +08:00
parent 9edeee4b3f
commit de4b5b70da
12 changed files with 225 additions and 183 deletions

View File

@@ -4,5 +4,5 @@ import (
_ "unsafe"
)
// llgo:link (*State).OpenLibs C.luaL_openlibs
func (L *State) OpenLibs() {}
// llgo:link (*State).Openlibs C.luaL_openlibs
func (L *State) Openlibs() {}