library: os.ReadFile

This commit is contained in:
xushiwei
2024-07-30 17:14:59 +08:00
parent 519b14d506
commit c0e84043c9
5 changed files with 40 additions and 7 deletions

View File

@@ -5,8 +5,9 @@
package os
import (
"syscall"
"time"
"github.com/goplus/llgo/c/syscall"
)
func fillFileStatFromSys(fs *fileStat, name string) {