private closureCtx/closureStub

This commit is contained in:
xushiwei
2024-06-15 10:41:28 +08:00
parent 94d567bf8f
commit 1599ba0294
4 changed files with 12 additions and 10 deletions

View File

@@ -22,6 +22,10 @@ import (
"github.com/goplus/llgo/c"
)
const (
LLGoPackage = true
)
//go:linkname Acos C.acos
func Acos(x float64) float64