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

@@ -27,11 +27,6 @@ import (
"github.com/goplus/llgo/c/syscall"
)
const (
LLGoFiles = "_os/os.c"
LLGoPackage = "link"
)
const (
PATH_MAX = C.PATH_MAX
)