c/os: llgoClearenv

This commit is contained in:
xushiwei
2024-08-04 10:54:41 +08:00
parent 4f8526e527
commit b1654f7807
4 changed files with 11 additions and 7 deletions

View File

@@ -20,5 +20,10 @@ package os
import "C"
//go:linkname Clearenv C.llgo_clearenv
const (
LLGoFiles = "_os/os.c"
LLGoPackage = "link"
)
//go:linkname Clearenv C.llgoClearenv
func Clearenv()