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,9 @@ package os
import "C"
const (
LLGoPackage = "decl"
)
//go:linkname Clearenv C.clearenv
func Clearenv()