patch: io, io/fs, os

This commit is contained in:
xushiwei
2024-06-19 22:21:44 +08:00
parent 6058b9851c
commit 3c0e321538
9 changed files with 614 additions and 6 deletions

3
c/c.go
View File

@@ -77,6 +77,9 @@ func Memset(s Pointer, c Int, n uintptr) Pointer
// -----------------------------------------------------------------------------
//go:linkname GoString llgo.string
func GoString(cstr *Char, n ...int) string
//go:linkname GoStringData llgo.stringData
func GoStringData(string) *Char